diff src/version.c @ 3835:9963f7a9b41b v7.3.675

updated for version 7.3.675 Problem: Using uninitialized memory with very long file name. Solution: Put NUL after text when it is truncated. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Oct 2012 17:12:47 +0200
parents 4da6003f0f0e
children 5309996ddced
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    675,
+/**/
     674,
 /**/
     673,