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)
commit7519a60ffa3f811ec49fd9956e284ff90f3b1cf1
tree7c86f3452ca5cfba9cb2fc75c744b3e5f56085c7
parent65ebfec5154c32e60efbec318e23110a1660809c
parent21abed500cb06bc54247cbc11def92739259bb70
Merge branch 'ds/find-unique-abbrev-optim'

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
sha1_name.c