1
0
forked from aniani/vim

patch 8.0.0248: vim_strcat() cannot handle overlapping arguments

Problem:    vim_strcat() cannot handle overlapping arguments.
Solution:   Use mch_memmove() instead of strcpy(). (Justin M Keyes,
            closes #1415)
This commit is contained in:
Bram Moolenaar
2017-01-27 21:54:07 +01:00
parent aed6d0b81a
commit 45600ce8f2
2 changed files with 4 additions and 2 deletions

View File

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