commit | b36287283781e09d8874157b9d9bdc5243a2f319 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 14:56:39 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 14:56:39 2016 +0100 |
tree | 271d745d77f8a03ba40c33f92c966cf59249bd55 | |
parent | 0f526f5652e0a5432493b3f2a1cb34ab99a9da0a [diff] [blame] |
patch 7.4.1445 Problem: Memory corruption when 'encoding' is not utf-8. Solution: Convert decoded string later.
diff --git a/src/version.c b/src/version.c index 8581c5c..ffb2804 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1445, +/**/ 1444, /**/ 1443,