diff src/version.c @ 13254:88cc06dc1a50 v8.0.1501

patch 8.0.1501: out-of-memory situation not correctly handled commit https://github.com/vim/vim/commit/a0221df149aa3773450b3f930299a409dd75bd5b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 11 15:07:22 2018 +0100 patch 8.0.1501: out-of-memory situation not correctly handled Problem: Out-of-memory situation not correctly handled. (Coverity) Solution: Check for NULL value.
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Feb 2018 15:15:06 +0100
parents 66b8b29854d9
children 69e86e6e5703
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1501,
+/**/
     1500,
 /**/
     1499,