commit | 21d89b610fe2d952a500eaf34cda03c276ef6db6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 07 10:38:40 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 07 10:38:40 2014 +0200 |
tree | 08fa8c99924b6547c3e85abf474c134c8c8f9cfa | |
parent | 0f519a02c5fa472f1b71844eb38d081e4c5bd408 [diff] [blame] |
updated for version 7.4.465 Problem: Crash when expanding a very long string. Solution: Use wsncpy() instead of wcscpy(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index dc9d25d..c502cdc 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 465, +/**/ 464, /**/ 463,