commit | 1e56bda9048a9625bce6e660938c834c5c15b07d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 15:28:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 15:28:27 2022 +0100 |
tree | 14c291c59ee5009b6cef310c9be6f72284261f66 | |
parent | efffa5360ebb2b6919c5eb1998c5df4c8849a407 [diff] [blame] |
patch 9.0.0104: going beyond allocated memory when evaluating string constant Problem: Going beyond allocated memory when evaluating string constant. Solution: Properly skip over <Key> form.
diff --git a/src/version.c b/src/version.c index 9f6b194..8c55a62 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 104, +/**/ 103, /**/ 102,