Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/avoid-unbounded-alloca' into maint
author
Junio C Hamano
<gitster@pobox.com>
Wed, 6 Jul 2016 20:06:39 +0000
(13:06 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 6 Jul 2016 20:06:39 +0000
(13:06 -0700)
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
1
2
tree-diff.c
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
c014445
b8ba412
)
diff --cc
tree-diff.c
Simple merge