]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'es/unpack-trees-oob-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:42:27 +0000 (12:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:42:28 +0000 (12:42 -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