commit | 679d66c2d21dfe03d0f89b9a818b0aaebb4c3b87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 16:42:56 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 30 16:42:56 2022 +0000 |
tree | c9b166bba7deb0ed0f4f7f8974f4bf3a7079cf4f | |
parent | 848faddb870f3ba4d84fcacd1cccb5cdbbfd9c41 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index f696b30..4946c3e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4261, +/**/ 4260, /**/ 4259,