1
0
forked from aniani/vim

patch 8.2.3205: Coverity reports a null pointer dereference

Problem:    Coverity reports a null pointer dereference.
Solution:   Change the logic to avoid Coverity gets confused.
This commit is contained in:
Bram Moolenaar
2021-07-23 19:30:19 +02:00
parent c9e7e344ed
commit 1b862c466b
2 changed files with 5 additions and 3 deletions

View File

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