1
0
forked from aniani/vim

patch 9.0.0289: invalid memory write

Problem:    Invalid memory write.
Solution:   Do not put NUL in a static string.
This commit is contained in:
Bram Moolenaar
2022-08-27 21:52:52 +01:00
parent 9198de3ae2
commit beedd0a266
2 changed files with 26 additions and 5 deletions

View File

@@ -707,6 +707,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
289,
/**/
288,
/**/