commit | 7314efd87d8c4095229bdc2867a553c36c064918 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 31 15:32:52 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 31 15:32:52 2015 +0100 |
tree | f512cc079708f0895dd56f55a1762f84d4501f40 | |
parent | 4c0aac57599092da404f6726e88701ba441a4a6d [diff] [blame] |
patch 7.4.903 Problem: MS-Windows: When 'encoding' differs from the current code page, expandinig wildcards may cause illegal memory access. Solution: Allocate a longer buffer. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 410ce8f..d6fc7d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 903, +/**/ 902, /**/ 901,