diff src/version.c @ 29763:c0debb5290b5 v9.0.0221

patch 9.0.0221: accessing freed memory if compiling nested function fails Commit: https://github.com/vim/vim/commit/1889f499a4f248cd84e0e0bf6d0d820016774494 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 16 19:34:44 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Aug 2022 20:45:03 +0200
parents 0cea0cdcce92
children bc6cf208b1b4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    221,
+/**/
     220,
 /**/
     219,