1
0
forked from aniani/vim

patch 9.0.0877: using freed memory with :comclear while listing commands

Problem:    Using freed memory with :comclear while listing commands.
Solution:   Bail out when the command list has changed. (closes #11440)
This commit is contained in:
Bram Moolenaar
2022-11-13 23:30:06 +00:00
parent 68353e5270
commit cf2594fbf3
4 changed files with 72 additions and 1 deletions

View File

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