]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5024: using freed memory with "]d" v8.2.5024
authorBram Moolenaar <Bram@vim.org>
Thu, 26 May 2022 15:32:44 +0000 (16:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 May 2022 15:32:44 +0000 (16:32 +0100)
commite2fa213cf571041dbd04ab0329303ffdc980678a
tree48ed41606dbbfde24bdf065caf3529acc3dfe4c1
parent338f1fc0ee3ca929387448fe464579d6113fa76a
patch 8.2.5024: using freed memory with "]d"

Problem:    Using freed memory with "]d".
Solution:   Copy the pattern before searching.
src/normal.c
src/testdir/test_tagjump.vim
src/version.c