]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0181: no overflow check for string formatting v9.1.0181
authorChrist van Willegen <cvwillegen@gmail.com>
Thu, 14 Mar 2024 17:30:41 +0000 (18:30 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 14 Mar 2024 17:58:04 +0000 (18:58 +0100)
commitc35fc03dbd47582b256776fb11f11d8ceb24f8f0
treefdb3eea496d1062fb0cbc576e962eac88764de67
parent010e1539d67442cc69a97bef6453efaf849d0db3
patch 9.1.0181: no overflow check for string formatting

Problem:  no overflow check for string formatting
Solution: Check message formatting function for overflow.
          (Chris van Willegen)

closes: #13799

Signed-off-by: Christ van Willegen <cvwillegen@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
src/strings.c
src/testdir/test_format.vim
src/version.c