]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1465 v7.4.1465
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Feb 2016 21:55:56 +0000 (22:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Feb 2016 21:55:56 +0000 (22:55 +0100)
commitcc7f8be3e0e6c4d902b02052a862e21c3a3fbe22
tree7f4fec6ea3a6e744375837d15b59fa9f595ef215
parent5131c144feb046c5e2b72e6c172159d80ce06b3c
patch 7.4.1465
Problem:    Coverity reported possible use of NULL pointer when using buffer
            output with JSON mode.
Solution:   Make it actually possible to use JSON mode with a buffer.
            Re-encode the JSON to append it to the buffer.
src/channel.c
src/testdir/test_channel.vim
src/version.c