]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0166: JSON with a duplicate key gives an internal error v8.0.0166
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Jan 2017 14:15:37 +0000 (15:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Jan 2017 14:15:37 +0000 (15:15 +0100)
commit03c60c1573cdbebbb662863cfc1780d19d511db5
tree15d54d07bbb9de9a678b8f5beabc9ed042c5d680
parentf446b48ff0bffae2b453cd4f9e3c25dfe363d29d
patch 8.0.0166: JSON with a duplicate key gives an internal error

Problem:    JSON with a duplicate key gives an internal error. (Lcd)
Solution:   Give a normal error.  Avoid an error when parsing JSON from a
            remote client fails.
src/channel.c
src/evalfunc.c
src/json.c
src/testdir/test_json.vim
src/version.c