1
0
forked from aniani/vim

patch 9.0.0875: using freed memory when executing delfunc at more prompt

Problem:    Using freed memory when executing delfunc at the more prompt.
Solution:   Check function list not changed in another place. (closes #11437)
This commit is contained in:
Bram Moolenaar
2022-11-13 22:13:33 +00:00
parent 920d311480
commit 398a26f7fc
3 changed files with 89 additions and 28 deletions

View File

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