1
0
forked from aniani/vim

patch 8.1.0176: overlapping string argument for strcpy()

Problem:    Overlapping string argument for strcpy(). (Coverity)
Solution:   Use STRMOVE() instead of STRCPY(). (Dominique Pelle, closes #3187)
This commit is contained in:
Bram Moolenaar
2018-07-10 17:33:45 +02:00
parent bde14d8e24
commit 18085fae74
2 changed files with 3 additions and 1 deletions

View File

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