forked from aniani/vim
patch 8.2.3659: integer overflow with large line number
Problem: Integer overflow with large line number. Solution: Check for overflow. (closes #9202)
This commit is contained in:
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3659,
|
||||
/**/
|
||||
3658,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user