]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1218: writing to freed memory in autocmd v8.0.1218
authorBram Moolenaar <Bram@vim.org>
Thu, 26 Oct 2017 14:42:16 +0000 (16:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 Oct 2017 14:42:16 +0000 (16:42 +0200)
commit8d84ff1a3c8cfe59399d3f675ec080066582fdb6
tree02286c1615353fbb090eef259ca01921aa6e84ff
parentd99388ba8535a6fecf7d0bf7b982832c0b816062
patch 8.0.1218: writing to freed memory in autocmd

Problem:    Writing to freed memory in autocmd.
Solution:   Make a copy of the tag line. (Dominique Pelle, closes #2245)
src/tag.c
src/testdir/test_autocmd.vim
src/version.c