jansson/src
Petri Lehtinen 0f2cdd70ff Avoid problems with object's serial number growing too big
Transform serial key comparison from substraction to real comparison.
Reset serial to zero in json_object_clear() to avoid it growing out of
bounds when reusing objects.

Closes GH-40.
Closes GH-41.
2011-11-14 21:01:13 +02:00
..
dump.c Avoid problems with object's serial number growing too big 2011-11-14 21:01:13 +02:00
error.c Fix a declaration after statement 2011-03-10 21:28:53 +02:00
hashtable.c unsed static variable removed 2011-09-20 11:46:29 +02:00
hashtable.h Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
jansson.h Use %I64d format for printing long longs on Windows 2011-11-01 20:49:28 +02:00
jansson_config.h.in Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
jansson_config.h.win32 Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
jansson_private.h Make real number encoding and decoding work under all locales 2011-10-02 21:31:17 +03:00
load.c json_load* return NULL if the first argument is NULL 2011-11-14 20:57:41 +02:00
Makefile.am Distribute jansson_config.h.win32 2011-11-02 07:57:19 +02:00
memory.c Add custom memory allocation 2011-02-17 10:10:53 +02:00
pack_unpack.c Fix invalid object key hashing in json_unpack() strict checking mode 2011-03-30 12:57:48 +03:00
strbuffer.c use size_t for strbuffer writes, and avoid integer overflow 2011-06-30 20:45:18 +03:00
strbuffer.h use size_t for strbuffer writes, and avoid integer overflow 2011-06-30 20:45:18 +03:00
strconv.c Remove '+' and leading zeros from exponents in the encoder 2011-11-01 20:50:16 +02:00
utf.c Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
utf.h Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
value.c Avoid problems with object's serial number growing too big 2011-11-14 21:01:13 +02:00