]> granicus.if.org Git - vim/commit
patch 9.0.0530: using freed memory when autocmd changes mark v9.0.0530
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Sep 2022 12:07:22 +0000 (13:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Sep 2022 12:07:22 +0000 (13:07 +0100)
commit8ecfa2c56b4992c7f067b92488aa9acea5a454ad
treef79aedf5dddb4c60237419c1f18b8e3b2ca09a9d
parent8eaee1fa5c0ce474132a04e1b70b73c49c41cc45
patch 9.0.0530: using freed memory when autocmd changes mark

Problem:    Using freed memory when autocmd changes mark.
Solution:   Copy the mark before editing another buffer.
src/mark.c
src/testdir/test_marks.vim
src/version.c