commit | d1d8f6bacb489036d0fd479c9dd3c0102c988889 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 21:28:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 21:28:32 2022 +0100 |
tree | 4edf759dfb4d79facb2e07869bf2006792ee3b9f | |
parent | c3a483fc3c65f649f9985bb88792a465ea18b0a2 [diff] [blame] |
patch 9.0.0211: invalid memory access when compiling :lockvar Problem: Invalid memory access when compiling :lockvar. Solution: Don't read past the end of the line.
diff --git a/src/version.c b/src/version.c index c58386b..3f0bf51 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 211, +/**/ 210, /**/ 209,