]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3513: using freed memory when using a timer and searching v8.2.3513
authorBram Moolenaar <Bram@vim.org>
Fri, 15 Oct 2021 11:51:29 +0000 (12:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 15 Oct 2021 11:51:29 +0000 (12:51 +0100)
commita2cff1dbc9c58758977eba3034603e6fe459031b
tree038b64388c89d4d8f0b1fab11bc436fbce6a1f60
parentaccf4ed352c07ffe59022377c42d36e12dd6d461
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.
src/search.c
src/version.c