1
0
forked from aniani/vim

patch 9.0.1070: reading beyond array size

Problem:    Reading beyond array size.
Solution:   Only use name[0] and name[1], do not use "name" as a string.
This commit is contained in:
Bram Moolenaar
2022-12-17 15:35:43 +00:00
parent 417e88bb75
commit b26461715b
2 changed files with 9 additions and 5 deletions

View File

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