1
0
forked from aniani/vim

patch 7.4.736

Problem:    Invalid memory access.
Solution:   Avoid going over the end of a NUL terminated string. (Dominique
            Pelle)
This commit is contained in:
Bram Moolenaar
2015-06-09 20:39:24 +02:00
parent e2e4b98622
commit b878bbbca6
2 changed files with 7 additions and 4 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
736,
/**/
735,
/**/