1
0
forked from aniani/vim

patch 9.0.1138: crash when expecting varargs but it is something else

Problem:    Crash when expecting varargs but it is something else.
Solution:   Only use the member when the type is a list. (closes #11774)
This commit is contained in:
Bram Moolenaar
2023-01-03 12:33:26 +00:00
parent ea720aea85
commit 36818a9daa
4 changed files with 26 additions and 2 deletions

View File

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