]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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()

1  2 
packfile.c

diff --cc packfile.c
Simple merge