Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fetch-pack: do not use lockfile structure on stack.
They are used in atexit() for clean-up, and you will be accessing unallocated memory at that point. See 31f584c for the fix for a similar problem. Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information