]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'es/unpack-trees-oob-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Jan 2020 23:07:31 +0000 (15:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jan 2020 23:07:31 +0000 (15:07 -0800)
The code that tries to skip over the entries for the paths in a
single directory using the cache-tree was not careful enough
against corrupt index file.

* es/unpack-trees-oob-fix:
  unpack-trees: watch for out-of-range index position

1  2 
unpack-trees.c

diff --cc unpack-trees.c
Simple merge