1
0
forked from aniani/vim

patch 8.2.2463: using :arglocal in an autocommand may use freed memory

Problem:    Using :arglocal in an autocommand may use freed memory.
            (houyunsong)
Solution:   Check if the arglist is locked.
This commit is contained in:
Bram Moolenaar
2021-02-03 21:23:29 +01:00
parent 2c363a2e95
commit 6bcb877ec1
3 changed files with 15 additions and 0 deletions

View File

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