diff src/version.c @ 6830:70fdcdaf96a6 v7.4.736

patch 7.4.736 Problem: Invalid memory access. Solution: Avoid going over the end of a NUL terminated string. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jun 2015 20:39:24 +0200
parents 734c89ddf7b3
children 1ccf96128410
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    736,
+/**/
     735,
 /**/
     734,