]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4925: trailing backslash may cause reading past end of line v8.2.4925
authorBram Moolenaar <Bram@vim.org>
Mon, 9 May 2022 12:15:07 +0000 (13:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 May 2022 12:15:07 +0000 (13:15 +0100)
commit53a70289c2712808e6d4e88927e03cac01b470dd
tree2f0b1adfd8339a26ed38b85bbabd7cb4383d580b
parent0519ce00394474055bd58c089ea90a19986443eb
patch 8.2.4925: trailing backslash may cause reading past end of line

Problem:    Trailing backslash may cause reading past end of line.
Solution:   Check for NUL after backslash.
src/testdir/test_textobjects.vim
src/textobject.c
src/version.c