jansson/test/suites
Dmitry Janushkevich 64ce0ad373 Fix for issue #282
The fix limits recursion depths when parsing arrays and objects.
The limit is configurable via the `JSON_PARSER_MAX_DEPTH` setting
within `jansson_config.h` and is set by default to 2048.

Update the RFC conformance document to note the limit; the RFC
allows limits to be set by the implementation so nothing has
actually changed w.r.t. conformance state.

Reported by Gustavo Grieco.
2016-05-03 10:22:06 +02:00
..
api Implemented json_pack() format specifiers 's?', 'o?', and 'O?'. 2016-02-23 19:28:56 +00:00
encoding-flags Add missing tests for JSON_REAL_PRECISION 2014-05-07 08:19:39 +03:00
invalid Fix for issue #282 2016-05-03 10:22:06 +02:00
invalid-unicode Update copyrights for 2014 2014-01-28 09:16:05 +02:00
valid Parse subnormal numbers correctly 2014-08-27 07:59:52 +03:00
.gitattributes Always use LF as line ending so that we don't get any problems with line 2013-03-07 16:12:07 +01:00
Makefile.am Remove invalid subdirs from test/suites/Makefile.am 2011-02-25 21:09:04 +02:00