Browse Source
The codepath that send_pack() calls pack_objects() mistakenly closed the same file descriptor twice, leading to potentially closing a wrong file descriptor that was opened in the meantime. * jl/pack-transfer-avoid-double-close: Clear fd after closing to avoid double-close errormaint
Junio C Hamano
11 years ago
2 changed files with 8 additions and 0 deletions
Loading…
Reference in new issue