Files
jansson/test
Corey Farrell e262ea5fcd Remove inappropriate jsonp_free which caused segmentation fault.
pack_string should never free str on error.  This wouldn't be a problem
except the check for `ours` was inverted.  Just remove the check for
ours since the true condition is unreachable.

json_vpack_ex also had an error check for s.has_error.  This can never
be true unless value is NULL.

Expand pack_unpack testing to cover empty format string, NULL object
value with non-null concatenated key, array containing a non-null object
after a NULL (error) string.

Fixes #444
2018-11-05 16:49:22 -05:00
..
2016-09-18 14:17:03 +03:00
2016-09-18 14:17:03 +03:00
2018-02-15 10:12:31 -05:00
2010-01-21 21:48:31 +02:00