commit | 5ed58c7b700fcb9fd03c418300145b616f4bdcdd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 14:24:55 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 14:24:55 2021 +0100 |
tree | 397d03816d51116d6a7e63d283f47acd6d61e893 | |
parent | 9a046fd08bcae319d39a4dbde2be81decee19013 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 3d0613c..9709e32 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2421, +/**/ 2420, /**/ 2419,