commit | 64066b9acd9f8cffdf4840f797748f938a13f2d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 17 18:22:56 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 17 18:22:56 2021 +0000 |
tree | 90b2970896cda7facf1524299581322a26e044d0 | |
parent | 615ddd5342b50a6878a907062aa471740bd9a847 [diff] [blame] |
patch 8.2.3612: using freed memory with regexp using a mark Problem: Using freed memory with regexp using a mark. Solution: Get the line again after getting the mark position.
diff --git a/src/version.c b/src/version.c index 4251b03..197f019 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3612, +/**/ 3611, /**/ 3610,