1
0
forked from aniani/vim

patch 8.1.1023: may use NULL pointer when indexing a blob

Problem:    May use NULL pointer when indexing a blob. (Coverity)
Solution:   Break out of loop after using index on blob
This commit is contained in:
Bram Moolenaar
2019-03-19 23:04:17 +01:00
parent e142a9467a
commit 61be376337
2 changed files with 6 additions and 1 deletions

View File

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