jansson/src
2017-08-05 23:52:49 +05:30
..
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 snprintf and strncpy in place of sprintf and strcpy 2015-04-30 00:11:25 -07: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 Implement json_dumpfd() and json_loadfd() 2017-01-27 09:15:18 +01:00
jansson.def Implement json_dumpfd() and json_loadfd() 2017-01-27 09:15:18 +01:00
jansson.h Allow forward declaring json_error_t values 2017-04-13 13:39:43 +03:00
load.c Implement json_dumpfd() and json_loadfd() 2017-01-27 09:15:18 +01:00
lookup3.h Remove unneeded undef 2014-05-05 15:40:41 +04: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 Enable optional object/array members in json_pack() 2017-04-19 07:19:29 -04: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 Update copyrights for 2016 2016-09-18 14:17:03 +03:00