]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1514: Coverity complains about the use of tmpfile() v9.1.1514
authorChristian Brabandt <cb@256bit.org>
Sun, 6 Jul 2025 08:39:59 +0000 (10:39 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 6 Jul 2025 08:39:59 +0000 (10:39 +0200)
commitb7b4bb36aa8f7571b8798421276987dc4d63de0b
tree24a01823cdf83825996fe4ea3554c29b8090d2cc
parent88be7a6c68c9d288914e6973564a86918055b4bd
patch 9.1.1514: Coverity complains about the use of tmpfile()

Problem:  coverity complains about the use of tmpfile()
Solution: use vim_tempname() instead to create anonym file

related: #17097
closes: #17674

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/os_unix.c
src/version.c