1
0
forked from aniani/vim

patch 9.0.0224: Using NULL pointer when skipping compiled code

Problem:    Using NULL pointer when skipping compiled code.
Solution:   Check for skipping.
This commit is contained in:
Bram Moolenaar
2022-08-17 15:55:51 +01:00
parent 5fd6ab820b
commit 4875d6ab06
3 changed files with 25 additions and 4 deletions

View File

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