]> granicus.if.org Git - vim/commit
patch 8.2.4309: Vim9: crash when using a partial in the wrong context v8.2.4309
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Feb 2022 13:55:03 +0000 (13:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Feb 2022 13:55:03 +0000 (13:55 +0000)
commitfe1bfc9b267fffedac6b5224d7aa6cc5d9d15f64
tree86ffe251685328147fe61283f2e1aba0c7eb0707
parent8164f6ea3cd675d0c22b058d71df2454fa108a35
patch 8.2.4309: Vim9: crash when using a partial in the wrong context

Problem:    Vim9: crash when using a partial in the wrong context.
Solution:   Don't use an NULL outer pointer. (closes #9706)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9execute.c