commit | 80e78847395b5c8ada7861674774d81bd0a42789 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 15:21:13 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 15:21:13 2016 +0100 |
tree | d888b4d1ed9fac19257d81972b2e60286a662d4c | |
parent | b36287283781e09d8874157b9d9bdc5243a2f319 [diff] [blame] |
patch 7.4.1446 Problem: Crash when using json_decode(). Solution: Terminate string with a NUL byte.
diff --git a/src/version.c b/src/version.c index ffb2804..d13cfb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1446, +/**/ 1445, /**/ 1444,