]> granicus.if.org Git - vim/commit
patch 8.2.1802: Vim9: crash with unterminated dict v8.2.1802
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Oct 2020 17:23:59 +0000 (19:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Oct 2020 17:23:59 +0000 (19:23 +0200)
commit44aefffaad067886d266999cd17cf852b2a7e0b9
tree8cf71d06229cd040be64aa8af9583ffb9defe3ea
parent55b419b871dd35f5b05dd2aed65f14461b493ba9
patch 8.2.1802: Vim9: crash with unterminated dict

Problem:    Vim9: crash with unterminated dict. (Dhiraj Mishra)
Solution:   Return empty string instead of NULL. (closes #7084)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c