patch 9.0.1104: invalid memory access when checking function argument types v9.0.1104
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Dec 2022 17:25:05 +0000 (17:25 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Dec 2022 17:25:05 +0000 (17:25 +0000)
commit56310d38d8e866085108c7b77b756f4373d5122a
tree1976b6a184bd84128c0caee19358e09efafa65e4
parentb9a1edfc5434f2a3ac50b1a178d3c85aa417b798
patch 9.0.1104: invalid memory access when checking function argument types

Problem:    Invalid memory access when checking function argument types.
Solution:   Do not check beyond the number of arguments. (closes #11755)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9type.c