patch 9.0.1205: crash when handling class that extends another class v9.0.1205
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Jan 2023 20:49:00 +0000 (20:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Jan 2023 20:49:00 +0000 (20:49 +0000)
commitae3205aa55741152b0143dbd7d637b35f576793e
treed1534dd5b2fd0e2a17113eaa858720967b2ec968
parent912bfee71041fce0902bbcb649faf247519ec400
patch 9.0.1205: crash when handling class that extends another class

Problem:    Crash when handling class that extends another class with more
            than one object members.
Solution:   Correct pointer computations. (closes #11824)
src/testdir/test_vim9_class.vim
src/version.c
src/vim9class.c