]> granicus.if.org Git - vim/commit
patch 9.0.0104: going beyond allocated memory when evaluating string constant v9.0.0104
authorBram Moolenaar <Bram@vim.org>
Fri, 29 Jul 2022 14:28:27 +0000 (15:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 29 Jul 2022 14:28:27 +0000 (15:28 +0100)
commit1e56bda9048a9625bce6e660938c834c5c15b07d
tree14c291c59ee5009b6cef310c9be6f72284261f66
parentefffa5360ebb2b6919c5eb1998c5df4c8849a407
patch 9.0.0104: going beyond allocated memory when evaluating string constant

Problem:    Going beyond allocated memory when evaluating string constant.
Solution:   Properly skip over <Key> form.
src/testdir/test_eval_stuff.vim
src/typval.c
src/version.c