1
0
forked from aniani/vim

patch 8.2.2421: double free when using autocommand with "argdel"

Problem:    Double free when using autocommand with "argdel". (Houyunsong)
Solution:   Add the arglist_locked flag.
This commit is contained in:
Bram Moolenaar
2021-01-28 14:24:55 +01:00
parent 9a046fd08b
commit 5ed58c7b70
3 changed files with 46 additions and 9 deletions

View File

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