commit | beedd0a266cfe524fe2a851caec8316f2e37885c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 21:52:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 21:52:52 2022 +0100 |
tree | d53c22a482f4c48ff04a26a8f55f582e86732cf6 | |
parent | 9198de3ae2bd20ac51d580c44f2b43c282c1e773 [diff] [blame] |
patch 9.0.0289: invalid memory write Problem: Invalid memory write. Solution: Do not put NUL in a static string.
diff --git a/src/version.c b/src/version.c index b517fe7..32c132c 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 289, +/**/ 288, /**/ 287,