commit | 6bcb877ec19a647443195a54eeac60cb693fd827 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 21:23:29 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 21:23:29 2021 +0100 |
tree | 03771c400bda7fb02e8466d0a3f3a281d61a35a0 | |
parent | 2c363a2e95ee0b366e72063d093d20e025ef4a66 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index a7288f3..53ed13c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2463, +/**/ 2462, /**/ 2461,