1
0
forked from aniani/vim

patch 9.0.0260: using freed memory when using 'quickfixtextfunc' recursively

Problem:    Using freed memory when using 'quickfixtextfunc' recursively.
Solution:   Do not allow for recursion.
This commit is contained in:
Bram Moolenaar
2022-08-24 20:07:22 +01:00
parent 80525751c5
commit d6c67629ed
3 changed files with 24 additions and 0 deletions

View File

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