]> git.feebdaed.xyz Git - 0xmirror/vim.git/commit
patch 9.1.2028: [security]: Buffer-overflow with incomplete multi-byte chars master
authorChristian Brabandt <cb@256bit.org>
Sat, 27 Dec 2025 15:43:37 +0000 (15:43 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 27 Dec 2025 15:46:44 +0000 (15:46 +0000)
commitf99de42a9fbc2caaac2741a275b6c25421582cf4
treedbf90c6583f6bd02ac2de0777f151c27a50a56e0
parentee3f10af8727c0c3ed554b6cda0904673273c8fc
patch 9.1.2028: [security]: Buffer-overflow with incomplete multi-byte chars

Problem:  Buffer overflow in buf_write() when converting incomplete
          multi-byte characters (Kevin Goodsell)
Solution: Make the buffer slightly larger

closes: #19007

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/bufwrite.c
src/testdir/samples/buffer-test.txt [new file with mode: 0644]
src/testdir/test_crash.vim
src/version.c