diff src/version.c @ 16036:89fb86821b4a v8.1.1023

patch 8.1.1023: may use NULL pointer when indexing a blob commit https://github.com/vim/vim/commit/61be376337b0374d55a4b1d8206b2ec87ca54252 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 19 23:04:17 2019 +0100 patch 8.1.1023: may use NULL pointer when indexing a blob Problem: May use NULL pointer when indexing a blob. (Coverity) Solution: Break out of loop after using index on blob
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Mar 2019 23:15:05 +0100
parents 27f9f4c1400b
children e7b18ce9ea2d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1023,
+/**/
     1022,
 /**/
     1021,