commit | 6456fae9ba8e72c74b2c0c499eaf09974604ff30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 13:37:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 13:37:31 2022 +0000 |
tree | 25484c863782a37837996f13bc0dc96d266892ec | |
parent | 1349bd712cf7d24dc65408c523dd7deb30224f80 [diff] [blame] |
patch 8.2.4440: crash with specific regexp pattern and string Problem: Crash with specific regexp pattern and string. Solution: Stop at the start of the string.
diff --git a/src/version.c b/src/version.c index 23f45b5..809b03f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4440, +/**/ 4439, /**/ 4438,