]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4895: buffer overflow with invalid command with composing chars v8.2.4895
authorBram Moolenaar <Bram@vim.org>
Fri, 6 May 2022 19:38:47 +0000 (20:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 May 2022 19:38:47 +0000 (20:38 +0100)
commitd88934406c5375d88f8f1b65331c9f0cab68cc6c
tree1d494ce256adb31317dd457e16999c37fa701972
parent5a7b6dc23cd16450b5773849520d513de56bccbf
patch 8.2.4895: buffer overflow with invalid command with composing chars

Problem:    Buffer overflow with invalid command with composing chars.
Solution:   Check that the whole character fits in the buffer.
src/ex_docmd.c
src/testdir/test_cmdline.vim
src/version.c