]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1624: crash when calling object constructor v9.0.1624
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Jun 2023 15:45:13 +0000 (16:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Jun 2023 15:45:13 +0000 (16:45 +0100)
commit5ca05fa59e587f9724306d4788c5dde07fc7225b
tree73e72af12e3e1579a0c3530554747b0639626341
parentf07d1a7108f29068efeb61d91454c4120ab5ae6c
patch 9.0.1624: crash when calling object constructor

Problem:    Crash when calling object constructor from legacy script. (Israel
            Chauca Fuentes)
Solution:   Pass a pointer for "ufunc". (closes #12502)
src/structs.h
src/testdir/test_vim9_class.vim
src/userfunc.c
src/version.c