]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4013/diff.log_-m_-p_master
Merge branch 'mt/delta-base-cache-races'
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:15 +0000 (12:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:15 +0000 (12:49 -0700)
commit26b42b4dd8edb5da12f4d83b4e1f77f90cb532d8
tree949edd01ca30e4ee001aba55812a4c6fccc6b5e4
parent2fa8aacc723d4c76b84d449fa7cf0de6cf40e5ad
parentbda959c4766d73ab435f26f2cc7c8c67b9443f5a
Merge branch 'mt/delta-base-cache-races'

A race that leads to an access to a free'd data was corrected in
the codepath that reads pack files.

* mt/delta-base-cache-races:
  packfile: fix memory leak in add_delta_base_cache()
  packfile: fix race condition on unpack_entry()
packfile.c