From: Junio C Hamano Date: Tue, 6 Sep 2022 01:33:40 +0000 (-0700) Subject: Merge branch 'rs/tempfile-cleanup-race-fix' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=b5d2e9924f0f4b605e7452922e7a247864f31192;p=rit Merge branch 'rs/tempfile-cleanup-race-fix' The clean-up of temporary files created via mks_tempfile_dt() was racy and attempted to unlink() the leading directory when signals are involved, which has been corrected. * rs/tempfile-cleanup-race-fix: tempfile: avoid directory cleanup race --- b5d2e9924f0f4b605e7452922e7a247864f31192