comparison 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
comparison
equal deleted inserted replaced
27465:976fb709e91d 27466:8ed815f061af
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4261,
753 /**/ 755 /**/
754 4260, 756 4260,
755 /**/ 757 /**/
756 4259, 758 4259,
757 /**/ 759 /**/