diff src/version.c @ 30136:5380551172aa v9.0.0404

patch 9.0.0404: crash when passing invalid arguments to assert_fails() Commit: https://github.com/vim/vim/commit/1540d334a04d874c2aa9d26b82dbbcd4bc5a78de Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 7 15:20:26 2022 +0100 patch 9.0.0404: crash when passing invalid arguments to assert_fails() Problem: Crash when passing invalid arguments to assert_fails(). Solution: Check for NULL string.
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 16:30:02 +0200
parents 0211a930d873
children 6575d0bf6061
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    404,
+/**/
     403,
 /**/
     402,