1
0
forked from aniani/vim

patch 8.2.3875: gcc complains about buffer overrun

Problem:    gcc complains about buffer overrun.
Solution:   Use mch_memmove() instead of STRCPY(). (John Marriott)
This commit is contained in:
Bram Moolenaar
2021-12-22 20:29:09 +00:00
parent a80aad7174
commit b4168fd917
2 changed files with 5 additions and 2 deletions

View File

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