forked from aniani/vim
patch 8.2.4362: :retab may allocate too much memory
Problem: :retab may allocate too much memory. Solution: Bail out when allocating more than MAXCOL bytes.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4362,
|
||||
/**/
|
||||
4361,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user