summaryrefslogtreecommitdiff
path: root/t/t4013/diff.diff-tree_--root_initial
diff options
context:
space:
mode:
authorLibravatar Nicolas Pitre <nico@fluxnic.net>2010-03-24 16:22:34 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-03-24 14:15:09 -0700
commita9a746364bd26d333c7229c6f7e851b507cd284a (patch)
tree72116fd86230efbfdd21f0fa78e68cb8a88a2a2d /t/t4013/diff.diff-tree_--root_initial
parentDocumentation: explain the meaning of "-g" in git-describe output (diff)
downloadtgif-a9a746364bd26d333c7229c6f7e851b507cd284a.tar.xz
Make xmalloc and xrealloc thread-safe
By providing a hook for the routine responsible for trying to free some memory on malloc failure, we can ensure that the called routine is protected by the appropriate locks when threads are in play. The obvious offender here was pack-objects which was calling xmalloc() within threads while release_pack_memory() is not thread safe. Signed-off-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff-tree_--root_initial')
0 files changed, 0 insertions, 0 deletions