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:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3205,
|
||||
/**/
|
||||
3204,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user