]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1662: crash when using a class member twice v9.0.1662
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2023 18:22:21 +0000 (19:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Jun 2023 18:22:21 +0000 (19:22 +0100)
commit4e2406c7a9d5f7f03faec8c42fac15c192fb59b0
tree455b40416915119a1b63b97471e580c8f7f2ac68
parentb46e0f3263acd99c61df06ee3c4d1f6e0b471bc3
patch 9.0.1662: crash when using a class member twice

Problem:    Crash when using a class member twice. (Christian J. Robinson)
Solution:   Make a copy of the value.
src/testdir/test_vim9_class.vim
src/version.c
src/vim9execute.c