1
0
forked from aniani/vim

patch 8.2.3331: Coverity warns for using value without boundary check

Problem:    Coverity warns for using value without boundary check.
Solution:   Add a boundary check.
This commit is contained in:
Bram Moolenaar
2021-08-11 17:13:54 +02:00
parent 7deb4115ef
commit ed7cb2df35
2 changed files with 6 additions and 3 deletions

View File

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