comparison src/version.c @ 6987:1661dd8df592 v7.4.811

patch 7.4.811 Problem: Invalid memory access when using "exe 'sc'". Solution: Avoid going over the end of the string. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Aug 2015 22:02:51 +0200
parents a07c3f9cd616
children c0a23e04c929
comparison
equal deleted inserted replaced
6986:bf56568ed667 6987:1661dd8df592
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 811,
744 /**/ 746 /**/
745 810, 747 810,
746 /**/ 748 /**/
747 809, 749 809,
748 /**/ 750 /**/