diff src/version.c @ 30194:16f2cc81a5c1 v9.0.0433

patch 9.0.0433: Coverity warns for not checking allocation failure Commit: https://github.com/vim/vim/commit/12553ada3b1ceee0179527abc9980b8392fd6c7e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 10 10:42:20 2022 +0100 patch 9.0.0433: Coverity warns for not checking allocation failure Problem: Coverity warns for not checking allocation failure. Solution: Check that allocating a list or blob succeeded.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Sep 2022 11:45:04 +0200
parents 9f8b1f584395
children 381462ee23fd
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 */
 /**/
+    433,
+/**/
     432,
 /**/
     431,