commit | 605ec91e5a7330d61be313637e495fa02a6dc264 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 18 16:54:31 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 18 16:54:31 2021 +0000 |
tree | f3d03e51a7bde96ecc0f05271909536b4973b42d | |
parent | 60618c8f1a7ea55452837a446525272142286471 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 92612d5..8ae0a86 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3847, +/**/ 3846, /**/ 3845,