0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.1104: Coverity warnts for possible NULL pointer use

Problem:    Coverity warnts for possible NULL pointer use.
Solution:   Check "pbyts" is not NULL.
This commit is contained in:
Bram Moolenaar
2020-07-01 13:15:24 +02:00
parent e707c882b2
commit 11b6600c88
2 changed files with 4 additions and 1 deletions

View File

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