1
0
forked from aniani/vim

patch 9.0.0404: crash when passing invalid arguments to assert_fails()

Problem:    Crash when passing invalid arguments to assert_fails().
Solution:   Check for NULL string.
This commit is contained in:
Bram Moolenaar
2022-09-07 15:20:26 +01:00
parent fd7e60a33d
commit 1540d334a0
3 changed files with 28 additions and 2 deletions

View File

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