0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.4.465

Problem:    Crash when expanding a very long string.
Solution:   Use wsncpy() instead of wcscpy(). (Ken Takata)
This commit is contained in:
Bram Moolenaar
2014-10-07 10:38:40 +02:00
parent 0f519a02c5
commit 21d89b610f
2 changed files with 5 additions and 2 deletions

View File

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