]> granicus.if.org Git - vim/commit
patch 8.2.4541: Crash in debugger when a variable is not available v8.2.4541
authorBram Moolenaar <Bram@vim.org>
Thu, 10 Mar 2022 20:47:43 +0000 (20:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Mar 2022 20:47:43 +0000 (20:47 +0000)
commite406ff87c86de9da2d02d0e5ebbbf5c5eac051a6
tree9a4e88b915178211c311d1bef0bc88c1eb99ec69
parent1b1df95f1a84cbc362e32f676f1e135aa2e7fc3c
patch 8.2.4541: Crash in debugger when a variable is not available

Problem:    Crash in debugger when a variable is not available in the current
            block.
Solution:   Check for a NULL name. (closes #9926)
src/testdir/test_debugger.vim
src/version.c
src/vim9execute.c