]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1416: crash when collection is modified when using filter() v9.0.1416
authorErnie Rael <errael@raelity.com>
Sun, 19 Mar 2023 21:23:38 +0000 (21:23 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Mar 2023 21:23:38 +0000 (21:23 +0000)
commite6d40dcdc7227594935d2db01eca29f0e575dcee
treecceadc9510c19f5ba8f99e26954bf8fbef40b6d6
parent7c4516fe93d865f4ef1877181f8156b8b9331856
patch 9.0.1416: crash when collection is modified when using filter()

Problem:    Crash when collection is modified when using filter().
Solution:   Lock the list/dict/blob. (Ernie Rael, closes #12183)
src/blob.c
src/dict.c
src/list.c
src/proto/blob.pro
src/testdir/test_filter_map.vim
src/version.c