]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3612: using freed memory with regexp using a mark v8.2.3612
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Nov 2021 18:22:56 +0000 (18:22 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Nov 2021 18:22:56 +0000 (18:22 +0000)
commit64066b9acd9f8cffdf4840f797748f938a13f2d6
tree90b2970896cda7facf1524299581322a26e044d0
parent615ddd5342b50a6878a907062aa471740bd9a847
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.
src/regexp.c
src/regexp_nfa.c
src/testdir/test_regexp_latin.vim
src/version.c