]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1911: Vim9: segfault with null object and instanceof() v9.0.1911
authorErnie Rael <errael@raelity.com>
Tue, 19 Sep 2023 18:14:18 +0000 (20:14 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 19 Sep 2023 18:14:18 +0000 (20:14 +0200)
commit3da696db6ac6103eb8f07cf7be23fa0e12c2419d
tree4530141a1e29cfefd403e2edf9c2ebeedcd2e967
parent346ac1429c5afb23bace295106aea1b305443435
patch 9.0.1911: Vim9: segfault with null object and instanceof()

Problem:  Vim9: segfault with null object and instanceof()
Solution: return early

closes: #13121

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Ernie Rael <errael@raelity.com>
src/testdir/test_vim9_class.vim
src/version.c
src/vim9class.c