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
..
bin Update copyrights for 2016 2016-09-18 14:17:03 +03:00
scripts Update copyrights for 2016 2016-09-18 14:17:03 +03:00
suites Remove inappropriate jsonp_free which caused segmentation fault. 2018-11-05 16:49:22 -05:00
.gitignore Improve test coverage. 2018-02-15 10:12:31 -05:00
Makefile.am Distribute some missing files 2010-01-21 21:48:31 +02:00
run-suites Use expr instead of $((...)) in shell scripts 2014-10-03 08:49:08 +03:00