]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3847: illegal memory access when using a lambda with an error v8.2.3847
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Dec 2021 16:54:31 +0000 (16:54 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Dec 2021 16:54:31 +0000 (16:54 +0000)
commit605ec91e5a7330d61be313637e495fa02a6dc264
treef3d03e51a7bde96ecc0f05271909536b4973b42d
parent60618c8f1a7ea55452837a446525272142286471
patch 8.2.3847: illegal memory access when using a lambda with an error

Problem:    Illegal memory access when using a lambda with an error.
Solution:   Avoid skipping over the NUL after a string.
src/eval.c
src/testdir/test_lambda.vim
src/version.c