]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1527: Vim9: Crash with string compound assignment v9.1.1527
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 8 Jul 2025 19:47:01 +0000 (21:47 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 8 Jul 2025 19:49:56 +0000 (21:49 +0200)
commit2ffd35fe8fade8f08eadf6b41b40e55b155424b8
tree8ce9e4e07cc6cb641cbe2179540aa1d8e846a326
parent32a1b26ef3e821de9b5c518829b08002e933fa5a
patch 9.1.1527: Vim9: Crash with string compound assignment

Problem:  Vim9: Crash when using string compound assignment with wrong
          data type (lacygoill)
Solution: verify expected member type (Hirohito Higashi)

fixes: #17675
closes: #17693

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c