]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/ban-mktemp' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Dec 2025 22:56:42 +0000 (07:56 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Dec 2025 22:56:42 +0000 (07:56 +0900)
commitd459e9d8ddff3ba01bd1918a65da20d33868e304
tree0d29a61661d118de13cf194148d7ba98ee62a7bf
parent202516d20c11395565196e3fced1546f451f969b
parent10bba537c4c23e713af05be700748c6a3c25bf68
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()
Makefile
compat/mingw.c
contrib/buildsystems/CMakeLists.txt
meson.build
wrapper.c