]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4956: reading past end of line with "gf" in Visual block mode v8.2.4956
authorBram Moolenaar <Bram@vim.org>
Sat, 14 May 2022 20:29:44 +0000 (21:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 May 2022 20:29:44 +0000 (21:29 +0100)
commit395bd1f6d3edc9f7edb5d1f2d7deaf5a9e3ab93c
tree958af1f513a07d0dfa2702ba8faf27e200f0abdd
parent788c06a2492b546dd0824b119251cd8ea7da9cb5
patch 8.2.4956: reading past end of line with "gf" in Visual block mode

Problem:    Reading past end of line with "gf" in Visual block mode.
Solution:   Do not include the NUL in the length.
src/normal.c
src/testdir/test_gf.vim
src/version.c