• Show log

    Commit

  • Hash : 6a881297
    Author : Stefan Sperling
    Date : 2022-06-02T12:32:00

    properly swap cached struct pack array elements in got_repo_cache_pack()
    
    Avoids clobbering open files for delta base/accumulation, leaking file
    descriptors, and triggering errors from close(2) during got_repo_close()
    as we try to close the same file descriptor more than once.