1
0
forked from aniani/vim

patch 8.2.2243: crash when popup mask contains zeroes

Problem:    Crash when popup mask contains zeroes.
Solution:   Check boundaries properly. (closes #7569)
This commit is contained in:
Bram Moolenaar
2020-12-29 11:57:46 +01:00
parent 8242ebbdba
commit 4012d26207
3 changed files with 16 additions and 2 deletions

View File

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