]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0688: Vim9: dereferences NULL pointer in check_type_is_value() v9.1.0688
authorChristian Brabandt <cb@256bit.org>
Thu, 22 Aug 2024 19:25:18 +0000 (21:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 22 Aug 2024 19:25:18 +0000 (21:25 +0200)
commit25618fc9eacc6a210507d7749b237ec3a695be85
treefaf839b1913fb23e0a84656c3d469893a7407a58
parentdabf07e4580b0e378741b3e11b5989e4f0cf17e0
patch 9.1.0688: Vim9: dereferences NULL pointer in check_type_is_value()

Problem:  Vim9: dereferences NULL pointer in check_type_is_value()
          (Suyue Guo)
Solution: Verify that the pointer is not Null

fixes: #15540
closes: #15545

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9type.c