commit | a2cff1dbc9c58758977eba3034603e6fe459031b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 15 12:51:29 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 15 12:51:29 2021 +0100 |
tree | 038b64388c89d4d8f0b1fab11bc436fbce6a1f60 | |
parent | accf4ed352c07ffe59022377c42d36e12dd6d461 [diff] [blame] |
patch 8.2.3513: using freed memory when using a timer and searching Problem: Using freed memory when using a timer and searching. (Dominique Pellé) Solution: Allocated mr_pattern.
diff --git a/src/version.c b/src/version.c index 691af12..d6b4c88 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3513, +/**/ 3512, /**/ 3511,