]> granicus.if.org Git - vim/commit
patch 8.2.1854: Vim9: crash when throwing exception for NULL string v8.2.1854
authorBram Moolenaar <Bram@vim.org>
Fri, 16 Oct 2020 18:25:23 +0000 (20:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 16 Oct 2020 18:25:23 +0000 (20:25 +0200)
commit1e021e63c565bbb30783a557b4e883cc27f56403
tree0e0b4b4b39e9cd3bf76a91c86e3c5f9259fbea79
parent7a66a17190f2f64688a697ea29d58388612122ce
patch 8.2.1854: Vim9: crash when throwing exception for NULL string

Problem:    Vim9: crash when throwing exception for NULL string. (Dhiraj
            Mishra)
Solution:   Handle NULL string like empty string. (closes #7139)
src/errors.h
src/testdir/test_vim9_script.vim
src/version.c
src/vim9execute.c