]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0381: using freed memory with :lvimgrep and autocommand v8.2.0381
authorBram Moolenaar <Bram@vim.org>
Sat, 14 Mar 2020 16:21:34 +0000 (17:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 Mar 2020 16:21:34 +0000 (17:21 +0100)
commit2573af3519ad062ddad647b97e32090f106f2ac1
tree8de45c3c96c93235b20c8739c8dbb27c2f68c135
parent193982650960f8411df51f3b3b0d44a75e1ac034
patch 8.2.0381: using freed memory with :lvimgrep and autocommand

Problem:    Using freed memory with :lvimgrep and autocommand. (extracted from
            POC by Dominique Pelle)
Solution:   Avoid deleting a dummy buffer used in a window. (closes #5777)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c