]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1138: crash when expecting varargs but it is something else v9.0.1138
authorBram Moolenaar <Bram@vim.org>
Tue, 3 Jan 2023 12:33:26 +0000 (12:33 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 3 Jan 2023 12:33:26 +0000 (12:33 +0000)
commit36818a9daafbcb8e3b06be7b07f52b2d00a61746
tree36946401734f25b5a814e2b1d83b3f68587c8cee
parentea720aea851e645f4c8ec3b20afb27c7ca38184c
patch 9.0.1138: crash when expecting varargs but it is something else

Problem:    Crash when expecting varargs but it is something else.
Solution:   Only use the member when the type is a list. (closes #11774)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9instr.c
src/vim9type.c