comparison 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
comparison
equal deleted inserted replaced
3834:a8ec712a5036 3835:9963f7a9b41b
717 NULL 717 NULL
718 }; 718 };
719 719
720 static int included_patches[] = 720 static int included_patches[] =
721 { /* Add new patch number below this line */ 721 { /* Add new patch number below this line */
722 /**/
723 675,
722 /**/ 724 /**/
723 674, 725 674,
724 /**/ 726 /**/
725 673, 727 673,
726 /**/ 728 /**/