]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1605: crash when calling method on super in child constructor v9.0.1605
authorErnie Rael <errael@raelity.com>
Sun, 4 Jun 2023 17:11:35 +0000 (18:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2023 17:11:35 +0000 (18:11 +0100)
commit114ec813b3a7f70d7a1c86e87226f5273e9d1def
treee877a6d701e99ca73a2843264fda8b2043281e09
parentabc8130d6a680026ffb2cc36b74d239e88f775d6
patch 9.0.1605: crash when calling method on super in child constructor

Problem:    Crash when calling method on super in child constructor. (Israel
            Chauca Fuentes)
Solution:   Clear the type list. (Ernie Rael, closes #12489, closes #12471)
src/testdir/test_vim9_class.vim
src/userfunc.c
src/version.c
src/vim9class.c