]> granicus.if.org Git - vim/commit
patch 8.2.3884: crash when clearing the argument list while using it v8.2.3884
authorBram Moolenaar <Bram@vim.org>
Fri, 24 Dec 2021 18:11:27 +0000 (18:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 24 Dec 2021 18:11:27 +0000 (18:11 +0000)
commit6f98371532fcff911b462d51bc64f2ce8a6ae682
tree983523d888e38f02ce5f5505138780106f4ec016
parent5937c7505f444dd896f336fa0119a93a55ebe9a2
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".
src/arglist.c
src/testdir/test_arglist.vim
src/version.c