]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1971: crash with invalid positional argument 0 in printf()
authorChristian Brabandt <cb@256bit.org>
Thu, 11 Dec 2025 19:51:03 +0000 (20:51 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 11 Dec 2025 19:51:03 +0000 (20:51 +0100)
commit98a0cbf05bd45fa6c4ede7b791fd21760bc587c8
tree95f4178fd0d7c258c2102ae2f0972d99ee996b3a
parentfe1c57cd2caa7de2ce23557646d6c62a9a1b4f92
patch 9.1.1971: crash with invalid positional argument 0 in printf()

Problem:  crash with invalid positional argument 0 in printf()
Solution: Reject positional arguments <= 0.

closes: #18898

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
src/strings.c
src/testdir/test_format.vim