1
0
forked from aniani/vim

patch 8.2.1843: Netbeans: with huge buffer number memory allocation may fail

Problem:    Netbeans: with huge buffer number memory allocation may fail.
Solution:   Check for size overflow.
This commit is contained in:
Bram Moolenaar
2020-10-13 21:11:13 +02:00
parent 21cbe175ee
commit b9616af23f
2 changed files with 12 additions and 2 deletions

View File

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