commit | d0fab10ed2a86698937e3c3fed2f10bd9bb5e731 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 16:03:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 16:03:33 2022 +0100 |
tree | 0e8f7a829236eea0654dfb8c1e4de131a05a3fa9 | |
parent | cdef1cefa2a440911c727558562f83ed9b00e16b [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index b4756ca..7f72a2c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 805, +/**/ 804, /**/ 803,