]> granicus.if.org Git - vim/commit
patch 8.2.4998: Vim9: crash when using multiple funcref() v8.2.4998
authorBram Moolenaar <Bram@vim.org>
Sun, 22 May 2022 12:45:52 +0000 (13:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 May 2022 12:45:52 +0000 (13:45 +0100)
commitbce69d65dd41020ea1d727337a3baf9e95b40c35
tree63ac7567a44b3dbe4677d781076118283893c66e
parent37233f6022b3ed16985a91d22752b3ca162e21d0
patch 8.2.4998: Vim9: crash when using multiple funcref()

Problem:    Vim9: crash when using multiple funcref().
Solution:   Check if varargs type is NULL. (closes #10467)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9type.c