1
0
forked from aniani/vim

patch 9.0.1286: Coverity warns for using a NULL pointer

Problem:    Coverity warns for using a NULL pointer.
Solution:   Bail out whan "varp" is NULL.
This commit is contained in:
Bram Moolenaar
2023-02-06 16:40:49 +00:00
parent a9a6b0323e
commit 546933f497
2 changed files with 13 additions and 4 deletions

View File

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