diff src/version.c @ 25891:58b1c9d96ec6 v8.2.3479

patch 8.2.3479: crash when calling job_start with an invalid argument Commit: https://github.com/vim/vim/commit/7c25a7c0a129300d0632e5b99ccefdca9bf3ffa2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 5 19:19:35 2021 +0100 patch 8.2.3479: crash when calling job_start with an invalid argument Problem: Crash when calling job_start with an invalid argument. (Virginia Senioria) Solution: Clear the first item in argv. (closes #8957)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Oct 2021 20:30:04 +0200
parents c83ebae45881
children 51694ef3902e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3479,
+/**/
     3478,
 /**/
     3477,