projects
/
git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c014445
b8ba412
)
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
diff --cc
tree-diff.c
Simple merge