]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1950: Vim9: crash when compiling function fails when getting type v8.2.1950
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Nov 2020 11:00:53 +0000 (12:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Nov 2020 11:00:53 +0000 (12:00 +0100)
commit9c13f76275047a4d6302c077fb40bc9c397ff027
tree7987e8e5a73aa5be7b30bd46c5c23648a4f554cb
parent348be7ed07d164970ec0004bc278e254eb0cf5bf
patch 8.2.1950: Vim9: crash when compiling function fails when getting type

Problem:    Vim9: crash when compiling function fails when getting type.
Solution:   Handle NULL type. (closes #7253)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9type.c