]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/ban-mktemp'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Dec 2025 02:08:34 +0000 (11:08 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Dec 2025 02:08:35 +0000 (11:08 +0900)
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()

1  2 
Makefile
compat/mingw.c
contrib/buildsystems/CMakeLists.txt
meson.build
wrapper.c

diff --cc Makefile
Simple merge
diff --cc compat/mingw.c
Simple merge
Simple merge
diff --cc meson.build
Simple merge
diff --cc wrapper.c
Simple merge