1
0
forked from aniani/vim

patch 8.2.4269: Coverity warns for using a NULL pointer

Problem:    Coverity warns for using a NULL pointer.
Solution:   Check for "name" to not be NULL.
This commit is contained in:
Bram Moolenaar
2022-01-31 11:44:48 +00:00
parent 44d1f89c24
commit 48a604845e
2 changed files with 4 additions and 1 deletions

View File

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