commit | 8b2f19536ff979046f0d241850f4176a1ce4bca9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 19:44:18 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 19:44:18 2017 +0100 |
tree | 732d72f83afe4598d8ca1437e47f6ce69a93f721 | |
parent | 872004132f25cabe59352912889e042d6c7e6b4e [diff] [blame] |
patch 8.0.0169: json_decode() may run out of stack space Problem: For complicated string json_decode() may run out of stack space. Solution: Change the recursive solution into an iterative solution.
diff --git a/src/version.c b/src/version.c index 6294188..23dd5ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 169, +/**/ 168, /**/ 167,