From: Junio C Hamano Date: Wed, 6 Jul 2016 20:06:39 +0000 (-0700) Subject: Merge branch 'jk/avoid-unbounded-alloca' into maint X-Git-Tag: v2.9.1~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f5d429e4a15e909214785e30bb81168932fdc54;p=thirdparty%2Fgit.git Merge branch 'jk/avoid-unbounded-alloca' into maint A codepath that used alloca(3) to place an unbounded amount of data on the stack has been updated to avoid doing so. * jk/avoid-unbounded-alloca: tree-diff: avoid alloca for large allocations --- 1f5d429e4a15e909214785e30bb81168932fdc54