]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3182: Vim9: crash when using removing items from a constant list v8.2.3182
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Jul 2021 20:25:29 +0000 (22:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Jul 2021 20:25:29 +0000 (22:25 +0200)
commit885971e2f5eabc4108e083086c1d6d0a31a2782f
tree4ecfebdc5ea8ca8c6274b76255bc06c007f9a440
parent9ff9c7b9741b216d3dc75603e50654088dc5f55b
patch 8.2.3182: Vim9: crash when using removing items from a constant list

Problem:    Vim9: crash when using removing items from a constant list.
            (Yegappan Lakshmanan)
Solution:   When a list was allocated with items copy them.
src/list.c
src/testdir/test_vim9_builtin.vim
src/version.c