diff src/version.c @ 26790:83b35c75c21a v8.2.3923

patch 8.2.3923: Vim9: double free with split argument list in nested function Commit: https://github.com/vim/vim/commit/4bf1006cae7e87259ccd5219128c3dba75774441 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 28 17:23:12 2021 +0000 patch 8.2.3923: Vim9: double free with split argument list in nested function Problem: Vim9: double free if a nested function has a line break in the argument list. Solution: Set cmdlinep when freeing the previous line.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Dec 2021 18:30:04 +0100
parents fccd67ae58c8
children 30d8377ea1b1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3923,
+/**/
     3922,
 /**/
     3921,