1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-12-18 16:54:31 +00:00
parent 60618c8f1a
commit 605ec91e5a
3 changed files with 9 additions and 2 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3847,
/**/
3846,
/**/