1
0
forked from aniani/vim

patch 8.2.4261: accessing invalid memory in a regular expression

Problem:    Accessing invalid memory when a regular expression checks the
            Visual area while matching in a string.
Solution:   Do not try matching the Visual area in a string.
This commit is contained in:
Bram Moolenaar
2022-01-30 16:42:56 +00:00
parent 848faddb87
commit 679d66c2d2
3 changed files with 15 additions and 2 deletions

View File

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