0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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.
This commit is contained in:
Bram Moolenaar
2016-02-29 22:55:56 +01:00
parent 5131c144fe
commit cc7f8be3e0
3 changed files with 57 additions and 22 deletions

View File

@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1465,
/**/
1464,
/**/