diff src/version.c @ 27466:8ed815f061af v8.2.4261

patch 8.2.4261: accessing invalid memory in a regular expression Commit: https://github.com/vim/vim/commit/679d66c2d21dfe03d0f89b9a818b0aaebb4c3b87 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 30 16:42:56 2022 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Jan 2022 17:45:03 +0100
parents a14c4d3e3260
children 678ea52c15a0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4261,
+/**/
     4260,
 /**/
     4259,