jansson/test/suites
Petri Lehtinen 0944ac8d91 Fix invalid object key hashing in json_unpack() strict checking mode
The keys which are stored temporarily to a hashtable to make sure that
all object keys are unpacked, were hashed with the object key hashing
function. It is meant to compute hashes for object_key_t values, and
it works incorrectly for plain strings.

Fixed by introducing suitable functions for hashing and comparing
strings for string-keyed hashtables.
2011-03-30 12:57:48 +03:00
..
api Fix invalid object key hashing in json_unpack() strict checking mode 2011-03-30 12:57:48 +03:00
encoding-flags Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
invalid Refactor decoder input stream 2011-02-22 12:07:37 +02:00
invalid-unicode Refactor decoder input stream 2011-02-22 12:07:37 +02:00
valid Refactor decoder input stream 2011-02-22 12:07:37 +02:00
Makefile.am Remove invalid subdirs from test/suites/Makefile.am 2011-02-25 21:09:04 +02:00