]> git.ipfire.org Git - thirdparty/make.git/commit
Check for snprintf truncation on W32
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Aug 2024 08:39:18 +0000 (01:39 -0700)
committerPaul Smith <psmith@gnu.org>
Mon, 2 Sep 2024 18:43:24 +0000 (14:43 -0400)
commit0267eb64fa88a9de75da80d97a55f0beb1bc50e3
tree326c85e39450e7a88cbd2195220064cefc367b56
parentbba4427b5dfba7f9cdab8fa2cac1399fceda3058
Check for snprintf truncation on W32

* src/main.c (find_and_set_default_shell) [MK_OS_W32]:
Do not use a buffer that snprintf truncated.
src/main.c