]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3487: illegal memory access if buffer name is very long v8.2.3487
authorBram Moolenaar <Bram@vim.org>
Fri, 8 Oct 2021 17:39:28 +0000 (18:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 8 Oct 2021 17:39:28 +0000 (18:39 +0100)
commit826bfe4bbd7594188e3d74d2539d9707b1c6a14b
tree56be5520dccdd31b124c6534bdeece6446e3bf9b
parentcce81e9673fe8d056e8eef310d9919620eccb2f2
patch 8.2.3487: illegal memory access if buffer name is very long

Problem:    Illegal memory access if buffer name is very long.
Solution:   Make sure not to go over the end of the buffer.
src/drawscreen.c
src/testdir/test_statusline.vim
src/version.c