jansson/test/suites/api
Petri Lehtinen 453e4c0aa2 Zero the visited flag after an encoding error
When encoding an array or object ends in an error, the visited flag
wasn't zeroed, causing subsequent encoding attempts to fail. This
patch fixes the problem by always zeroing the visited flag.
2010-05-14 09:23:35 +03:00
..
check-exports Add functions for shallow and deep copying JSON values 2009-12-31 18:50:39 +02:00
Makefile.am Zero the visited flag after encoding an empty array or object 2010-05-14 09:05:56 +03:00
run Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
test_array.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
test_copy.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
test_dump.c Zero the visited flag after an encoding error 2010-05-14 09:23:35 +03:00
test_equal.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
test_load.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
test_number.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
test_object.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
test_simple.c Fix reference counting on true, false and null 2010-03-23 08:12:32 +02:00
util.h Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00