forked from aniani/vim
patch 8.2.2412: not all fields in "cstack" are initialized
Problem: Not all fields in "cstack" are initialized which might cause a
crash.
Solution: Use CLEAR_FIELD().
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2412,
|
||||
/**/
|
||||
2411,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user