]> granicus.if.org Git - vim/commit
patch 9.0.0805: filetype autocmd may cause freed memory access v9.0.0805
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Oct 2022 15:03:33 +0000 (16:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Oct 2022 15:03:33 +0000 (16:03 +0100)
commitd0fab10ed2a86698937e3c3fed2f10bd9bb5e731
tree0e8f7a829236eea0654dfb8c1e4de131a05a3fa9
parentcdef1cefa2a440911c727558562f83ed9b00e16b
patch 9.0.0805: filetype autocmd may cause freed memory access

Problem:    Filetype autocmd may cause freed memory access.
Solution:   Set the quickfix-busy flag while filling the buffer.
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c