]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/tempfile-cleanup-race-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Sep 2022 01:33:40 +0000 (18:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Sep 2022 01:33:40 +0000 (18:33 -0700)
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


Trivial merge