git/contrib/buildsystems
Junio C Hamano d459e9d8dd 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()
2025-12-09 07:56:42 +09:00
..