]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0286: using freed memory when location list changed in autocmd v9.0.0286
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 27 Aug 2022 19:59:57 +0000 (20:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2022 19:59:57 +0000 (20:59 +0100)
commit6d24a51b94beb1991cddce221f90b455e2d50db7
treee9379865255d99e36675221bc1f39af42c92bd8a
parent07ea5f1509fe8dafe3262ed2702b4d0fc99e288b
patch 9.0.0286: using freed memory when location list changed in autocmd

Problem:    Using freed memory when location list changed in autocmd.
Solution:   Return QF_ABORT and handle it. (Yegappan Lakshmanan,
            closes #10993)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c