diff src/version.c @ 27482:14640c6fe1fe v8.2.4269

patch 8.2.4269: Coverity warns for using a NULL pointer Commit: https://github.com/vim/vim/commit/48a604845e33399893d6bf293e71bcd2a412800d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 31 11:44:48 2022 +0000 patch 8.2.4269: Coverity warns for using a NULL pointer Problem: Coverity warns for using a NULL pointer. Solution: Check for "name" to not be NULL.
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Jan 2022 12:45:05 +0100
parents 7f9aa41a567a
children ee1019e59bef
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4269,
+/**/
     4268,
 /**/
     4267,