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