1
0
forked from aniani/vim

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)
This commit is contained in:
Yegappan Lakshmanan
2022-08-27 20:59:57 +01:00
committed by Bram Moolenaar
parent 07ea5f1509
commit 6d24a51b94
3 changed files with 37 additions and 10 deletions

View File

@@ -707,6 +707,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
286,
/**/
285,
/**/