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)
commit36da2a86352cf9db5796dc3d81e8a5571cd5647b
treed388da3d082ffbeda7dc4d327bec1d9e9c14722c
parent42096c778ddfcc946ea6fc302c46f96d586b5bab
parent573117dfa597215fbf9a3d73b7f9c71c280c684f
Merge branch 'es/unpack-trees-oob-fix'

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
unpack-trees.c