]> granicus.if.org Git - vim/commit
patch 8.2.5063: error for a command may go over the end of IObuff v8.2.5063
authorBram Moolenaar <Bram@vim.org>
Mon, 6 Jun 2022 14:38:21 +0000 (15:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Jun 2022 14:38:21 +0000 (15:38 +0100)
commit44a3f3353e0407e9fffee138125a6927d1c9e7e5
tree2f8eab55877ffb8d6b51d8be01aaeeccf71db6e9
parent1f89abf69d2c485c38da9a45161e806de0f86f2f
patch 8.2.5063: error for a command may go over the end of IObuff

Problem:    Error for a command may go over the end of IObuff.
Solution:   Truncate the message.
src/ex_docmd.c
src/testdir/test_cmdline.vim
src/version.c