1
0
forked from aniani/vim

patch 8.1.1025: checking NULL pointer after addition

Problem:    Checking NULL pointer after addition. (Coverity)
Solution:   First check for NULL, then add the column.
This commit is contained in:
Bram Moolenaar
2019-03-20 21:18:34 +01:00
parent 697005f2cf
commit 64c8ed366d
2 changed files with 5 additions and 2 deletions

View File

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