summaryrefslogtreecommitdiff
path: root/Documentation/git-clone-script.txt
diff options
context:
space:
mode:
authorLibravatar James Bottomley <James.Bottomley@SteelEye.com>2005-08-13 10:29:32 -0500
committerLibravatar Junio C Hamano <junkio@cox.net>2005-08-13 18:28:52 -0700
commit31f584c242e7af28018ff920b6c8d1952beadbd4 (patch)
tree4b209a3762c91b811640bdf3f0b1ca2e3de2ad15 /Documentation/git-clone-script.txt
parent[PATCH] Make get_sha1_basic() more careful (diff)
downloadtgif-31f584c242e7af28018ff920b6c8d1952beadbd4.tar.xz
[PATCH] fix git-checkout-cache segfault on parisc
The index cleanup code is executed via atexit() which is *after* main has completed, so the stack allocated cache_file has gone out of scope. Parisc seems to use stack in the destructor functions, so cache_file gets partially overwritten leading to the predictable disastrous consequences. [jc: Just to make sure, I audited other users of the function hold_index_file_for_update() to make sure they do not have this problem; everybody else uses non-stack cache_file structure and is fine. Thanks, James.] Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-clone-script.txt')
0 files changed, 0 insertions, 0 deletions