Merge branch 'ds/find-unique-abbrev-optim' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Mar 2018 20:18:26 +0000 (12:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Mar 2018 20:18:26 +0000 (12:18 -0800)
While finding unique object name abbreviation, the code may
accidentally have read beyond the end of the array of object names
in a pack.

* ds/find-unique-abbrev-optim:
sha1_name: fix uninitialized memory errors

1  2 
sha1_name.c
diff --cc sha1_name.c
Simple merge