]> granicus.if.org Git - vim/commit
patch 9.0.0212: invalid memory access when compiling :unlet v9.0.0212
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Aug 2022 20:46:07 +0000 (21:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Aug 2022 20:46:07 +0000 (21:46 +0100)
commitdbdd16b62560413abcc3c8e893cc3010ccf31666
tree25233801194a5fefcf40f3cda2530b3d94286ed9
parentd1d8f6bacb489036d0fd479c9dd3c0102c988889
patch 9.0.0212: invalid memory access when compiling :unlet

Problem:    Invalid memory access when compiling :unlet.
Solution:   Don't read past the end of the line.
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9cmds.c