comparison 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
comparison
equal deleted inserted replaced
6829:56f553a0bff6 6830:70fdcdaf96a6
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 736,
744 /**/ 746 /**/
745 735, 747 735,
746 /**/ 748 /**/
747 734, 749 734,
748 /**/ 750 /**/