]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/find-unique-abbrev-optim'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:26 +0000 (12:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:26 +0000 (12:36 -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