1
0
forked from aniani/vim

patch 8.0.0216: decoding js style json may fail

Problem:    When decoding JSON with a JS style object the JSON test may use a
            NULL pointer. (Coverity)
Solution:   Check for a NULL pointer.
This commit is contained in:
Bram Moolenaar
2017-01-22 15:56:26 +01:00
parent e362c3d2c3
commit e2c6037da3
3 changed files with 16 additions and 4 deletions

View File

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