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:
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1070,
|
||||
/**/
|
||||
1069,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user