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:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3331,
|
||||
/**/
|
||||
3330,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user