From: Junio C Hamano Date: Sun, 4 Oct 2020 19:49:15 +0000 (-0700) Subject: Merge branch 'mt/delta-base-cache-races' X-Git-Tag: v2.29.0-rc0~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26b42b4dd8edb5da12f4d83b4e1f77f90cb532d8;p=thirdparty%2Fgit.git 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() --- 26b42b4dd8edb5da12f4d83b4e1f77f90cb532d8