diff src/version.c @ 25336:92e7a55ab0ff v8.2.3205

patch 8.2.3205: Coverity reports a null pointer dereference Commit: https://github.com/vim/vim/commit/1b862c466ba4242857eec581f67982d265005ef4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 23 19:30:19 2021 +0200 patch 8.2.3205: Coverity reports a null pointer dereference Problem: Coverity reports a null pointer dereference. Solution: Change the logic to avoid Coverity gets confused.
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Jul 2021 19:45:05 +0200
parents c11fc61b0872
children e2be9f3c5907
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3205,
+/**/
     3204,
 /**/
     3203,