]> granicus.if.org Git - vim/commit
patch 8.2.3949: using freed memory with /\%V v8.2.3949
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2021 14:49:43 +0000 (14:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Dec 2021 14:49:43 +0000 (14:49 +0000)
commit4c13e5e6763c6eb36a343a2b8235ea227202e952
tree2ab6e7bed15c5d524eca43adead7697910a8f004
parentcfe3af284a26178f4838df7c7489b2a1edd4c3a1
patch 8.2.3949: using freed memory with /\%V

Problem:    Using freed memory with /\%V.
Solution:   Get the line again after getvvcol().
src/regexp.c
src/testdir/test_regexp_latin.vim
src/version.c