commit | 45600ce8f2bead069882032f992623cd5a799ca0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 27 21:54:07 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 27 21:54:07 2017 +0100 |
tree | 06276b999ac5cc079f80b28f1a97506429807ee0 | |
parent | aed6d0b81a14a81433c0f3c2c65cef935100db33 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 199c37d..1125992 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 248, +/**/ 247, /**/ 246,