jansson/src
Corey Farrell 89dad8959b json_object_iter_set_new: Fix error branch leak.
This function needs to release a reference to value if the other
arguments are invalid.

Issue #135
2017-12-13 14:04:07 -05:00
..
dump.c json_dump_file API returns success even when fclose fails (consider disk full case). API should check the return value of fclose before returning success to its caller. fwrite may not write anything into the file, it simply returns the number of bytes written into the buffer. When disk is full and fclose is called, it results in truncation of the file (resulting in zero sized file). Since, API is returning success, its caller can't take any remedial action on its failure. 2017-08-05 23:52:49 +05:30
error.c Use last byte of error text as numeric error code 2017-10-03 11:42:07 +02:00
hashtable_seed.c part of conditional expression is always true (!done), found with pvs-studio 2016-10-19 16:39:26 +02:00
hashtable.c Update copyrights for 2016 2016-09-18 14:17:03 +03:00
hashtable.h Update copyrights for 2016 2016-09-18 14:17:03 +03:00
jansson_config.h.in Update copyrights for 2016 2016-09-18 14:17:03 +03:00
jansson_private.h Use last byte of error text as numeric error code 2017-10-03 11:42:07 +02:00
jansson.def Implement json_dumpfd() and json_loadfd() 2017-01-27 09:15:18 +01:00
jansson.h Fix a compile error on macOS clang 2017-11-07 10:20:21 +02:00
load.c Remove extra reference actions in parsers. 2017-11-14 23:52:49 -05:00
lookup3.h Work around gcc's -Wimplicit-fallthrough 2017-08-19 21:09:32 +03:00
Makefile.am jansson 2.10 2017-03-02 20:49:42 +02:00
memory.c Update copyrights for 2016 2016-09-18 14:17:03 +03:00
pack_unpack.c json_pack: Enable more complete stealing of references. 2017-12-13 14:03:58 -05:00
strbuffer.c Update copyrights for 2016 2016-09-18 14:17:03 +03:00
strbuffer.h Update copyrights for 2016 2016-09-18 14:17:03 +03:00
strconv.c Fix subnormal number parsing on mingw32 2016-05-17 11:31:55 +03:00
utf.c Update copyrights for 2016 2016-09-18 14:17:03 +03:00
utf.h Update copyrights for 2016 2016-09-18 14:17:03 +03:00
value.c json_object_iter_set_new: Fix error branch leak. 2017-12-13 14:04:07 -05:00