diff src/version.c @ 11531:e349dc7889f5 v8.0.0648

patch 8.0.0648: possible use of NULL pointer commit https://github.com/vim/vim/commit/fadacf01d0dbcc7a96ef5eee0ad57956eeab04d7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 19 20:35:32 2017 +0200 patch 8.0.0648: possible use of NULL pointer Problem: Possible use of NULL pointer if buflist_new() returns NULL. (Coverity) Solution: Check for NULL pointer in set_bufref().
author Christian Brabandt <cb@256bit.org>
date Mon, 19 Jun 2017 20:45:03 +0200
parents 998d2cf59caa
children c83dd5fa40d8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    648,
+/**/
     647,
 /**/
     646,