commit | 395bd1f6d3edc9f7edb5d1f2d7deaf5a9e3ab93c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 14 21:29:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 14 21:29:44 2022 +0100 |
tree | 958af1f513a07d0dfa2702ba8faf27e200f0abdd | |
parent | 788c06a2492b546dd0824b119251cd8ea7da9cb5 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 62e2b0a..821f368 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4956, +/**/ 4955, /**/ 4954,