]> granicus.if.org Git - vim/commit
patch 8.2.2572: Vim9: crash when getting the types for a legacy function v8.2.2572
authorBram Moolenaar <Bram@vim.org>
Fri, 5 Mar 2021 20:35:47 +0000 (21:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 5 Mar 2021 20:35:47 +0000 (21:35 +0100)
commit18062fcad648540369db5989aac297431119e037
tree5a409574570f4b9f0a29657693678fbe24a0efc6
parent8c801b374b7d32419cd877353495b801c5e1382a
patch 8.2.2572: Vim9: crash when getting the types for a legacy function

Problem:    Vim9: crash when getting the types for a legacy function.
Solution:   Initialize the type list growarray. (closes #7929)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c