1
0
forked from aniani/vim

patch 8.2.0449: Vim9: crash if return type is invalid

Problem:    Vim9: crash if return type is invalid. (Yegappan Lakshmanan)
Solution:   Always return some type, not NULL.
This commit is contained in:
Bram Moolenaar
2020-03-26 13:15:42 +01:00
parent 0e05de4622
commit cf3f8bf4dd
3 changed files with 8 additions and 3 deletions

View File

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