forked from aniani/vim
patch 8.2.3492: crash when pasting too many times
Problem: Crash when pasting too many times. Solution: Limit the size to what fits in an int. (closes #8962)
This commit is contained in:
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3492,
|
||||
/**/
|
||||
3491,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user