From: Junio C Hamano Date: Mon, 8 Dec 2025 22:56:42 +0000 (+0900) Subject: Merge branch 'rs/ban-mktemp' into next X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d459e9d8ddff3ba01bd1918a65da20d33868e304;p=thirdparty%2Fgit.git Merge branch 'rs/ban-mktemp' into next Rewrite the only use of "mktemp()" that is subject to TOCTOU race and Stop using the insecure "mktemp()" function. * rs/ban-mktemp: compat: remove gitmkdtemp() banned.h: ban mktemp(3) compat: remove mingw_mktemp() compat: use git_mkdtemp() wrapper: add git_mkdtemp() --- d459e9d8ddff3ba01bd1918a65da20d33868e304