commit | 625f0c1eb75da08229843fa393b1ee4e6547d285 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 13 13:10:41 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 13 13:10:41 2018 +0100 |
tree | e1a293c1b2b6779bb236af65f5797583c4393a7b | |
parent | ff1e8795772a0175017c4c4f74ce33614ea8e73a [diff] [blame] |
patch 8.0.1602: crash in parsing JSON Problem: Crash in parsing JSON. Solution: Fail when using array or dict as dict key. (Damien)
diff --git a/src/version.c b/src/version.c index 50422aa..2a537e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1602, +/**/ 1601, /**/ 1600,