1
0
forked from aniani/vim

patch 8.2.4110: Coverity warns for using NULL pointer

Problem:    Coverity warns for using NULL pointer.
Solution:   Check "evalarg" is not NULL.  Skip errors when "verbose" is false.
This commit is contained in:
Bram Moolenaar
2022-01-16 14:51:30 +00:00
parent fd31be29b8
commit 8f9956994d
2 changed files with 9 additions and 5 deletions

View File

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