diff src/version.c @ 27088:3956e3bb47ec v8.2.4073

patch 8.2.4073: Coverity warns for using NULL pointer Commit: https://github.com/vim/vim/commit/54598066ca4cfaf0761aedf47e4ba9844674791e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 12:05:09 2022 +0000 patch 8.2.4073: Coverity warns for using NULL pointer Problem: Coverity warns for using NULL pointer. Solution: Bail out when running out of memory. Check for running over end of a string.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 13:15:04 +0100
parents 1e2a6c6c7e42
children 5e65d802bd52
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 */
 /**/
+    4073,
+/**/
     4072,
 /**/
     4071,