commit | 1889f499a4f248cd84e0e0bf6d0d820016774494 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 19:34:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 19:34:44 2022 +0100 |
tree | c96c3f34bca0a083d283707c86aa2a808a4dcd47 | |
parent | f6d39c31d2177549a986d170e192d8351bd571e2 [diff] [blame] |
patch 9.0.0221: accessing freed memory if compiling nested function fails Problem: Accessing freed memory if compiling nested function fails. Solution: Mess up the variable name so that it won't be found.
diff --git a/src/version.c b/src/version.c index a6293e0..03d641f 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 221, +/**/ 220, /**/ 219,