From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:09
Johannes Schindelin [off-list ref] writes:
upload-pack would set create_full_pack=1 if nr_has==0, but would ask later
if nr_needs<MAX_NEEDS. If that proves true, it would ignore create_full_pack,
and arguments would be written into unreserved memory.