]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2537: Vim9: crash when map() fails v8.2.2537
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Feb 2021 15:20:18 +0000 (16:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Feb 2021 15:20:18 +0000 (16:20 +0100)
commit027c4ab4d2e3ff031b98e0fb648f5acbea180293
treeb0eac633e8d09f20cd8014a26e80dc429b366a5d
parentdc167465f87a4f03f9e085597dfcfdde39fcd2b9
patch 8.2.2537: Vim9: crash when map() fails

Problem:    Vim9: crash when map() fails.
Solution:   Clear typval before using it. (closes #7884)
src/list.c
src/testdir/test_vim9_builtin.vim
src/version.c