]> git.feebdaed.xyz Git - 0xmirror/git.git/commit
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)
commit91bfbf49b6566d2b412d12240336027e351a631c
treefb6f10e6d9e0565d3d3dfe83e10652c4325239b6
parent72154ce4147e971b59e10d79648b114481703607
parent10bba537c4c23e713af05be700748c6a3c25bf68
Merge branch 'rs/ban-mktemp'

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