]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1099: Vim9: import with extends may crash v9.1.1099
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 10 Feb 2025 20:35:07 +0000 (21:35 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 10 Feb 2025 20:35:07 +0000 (21:35 +0100)
commit54d7f18c3882bfa2b1c4294a862007feb9b6a382
tree8b7229158bedc8534a08b3cc06b24979f11e99b3
parente3647c8bf5b8143a24a37172e608a2e0c4661318
patch 9.1.1099: Vim9: import with extends may crash

Problem:  Vim9: import with extends may crash, v9.1.1087 wasn't the
          correct way to fix it)
Solution: When using an import class, Check for a valid class member
          variable at compile time (Yegappan Lakshmanan)

related: #16601
closes: #16603

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/Makefile
src/testdir/test_vim9_import.vim
src/version.c
src/vim9compile.c
src/vim9execute.c