Skip to content
  • Junio C Hamano's avatar
    Merge branch 'jl/pack-transfer-avoid-double-close' · 832ee79a
    Junio C Hamano authored
    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 error
    832ee79a