From: Junio C Hamano Date: Wed, 13 May 2020 19:19:20 +0000 (-0700) Subject: Merge branch 'ds/sparse-updates-oob-access-fix' X-Git-Tag: v2.27.0-rc0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ce1adb11571f3196afa07642fdda37b6bbbc5aa4;p=thirdparty%2Fgit.git Merge branch 'ds/sparse-updates-oob-access-fix' The code to skip unmerged paths in the index when sparse checkout is in use would have made out-of-bound access of the in-core index when the last path was unmerged, which has been corrected. * ds/sparse-updates-oob-access-fix: unpack-trees: avoid array out-of-bounds error --- ce1adb11571f3196afa07642fdda37b6bbbc5aa4