]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0620: Vim9: segfauls with null objects v9.1.0620
authorErnie Rael <errael@raelity.com>
Fri, 26 Jul 2024 16:37:02 +0000 (18:37 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 26 Jul 2024 16:39:52 +0000 (18:39 +0200)
commitbe82825687fcf020dc79667cc1cdf62ace2215f2
treebfc317b3c5984e6e901343eb3121e2183d19e883
parent8754efe437fcb17ad2c64192f8722e08d68e032e
patch 9.1.0620: Vim9: segfauls with null objects

Problem:  Vim9: segfauls with null objects
          (after v9.1.0219)
Solution: Check object pointer being NULL
          (Ernie Rael)

fixes: #15338
closes: #15349

Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vim9_class.vim
src/typval.c
src/version.c
src/vim9execute.c