commit | 9c23f9bb5fe435b28245ba8ac65aa0ca6b902c04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 26 14:23:22 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 26 14:23:22 2021 +0000 |
tree | 1e2011970b07e6d2e0161e134c33b94e7a940e7e | |
parent | 71eb3ad5790ef3d16369e2fceb040980d75539cf [diff] [blame] |
patch 8.2.3902: Vim9: double free with nested :def function Problem: Vim9: double free with nested :def function. Solution: Pass "line_to_free" from compile_def_function() and make sure cmdlinep is valid.
diff --git a/src/version.c b/src/version.c index 9a5ef2c..55ddb06 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3902, +/**/ 3901, /**/ 3900,