commit | 6f98371532fcff911b462d51bc64f2ce8a6ae682 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 18:11:27 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 18:11:27 2021 +0000 |
tree | 983523d888e38f02ce5f5505138780106f4ec016 | |
parent | 5937c7505f444dd896f336fa0119a93a55ebe9a2 [diff] [blame] |
patch 8.2.3884: crash when clearing the argument list while using it Problem: Crash when clearing the argument list while using it. Solution: Lock the argument list for ":all".
diff --git a/src/version.c b/src/version.c index 05b8120..7277d2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3884, +/**/ 3883, /**/ 3882,