]> git.ipfire.org Git - thirdparty/json-c.git/commit
Revert bogus change to json_object_get() made in f40b08d8 that caused it to always...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 11 Aug 2016 21:03:16 +0000 (17:03 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 11 Aug 2016 21:05:41 +0000 (17:05 -0400)
commit4d62de38982d3110f3ab5998fc99b4b50f00ebb7
treef94ea28d139336f36c5bb9bb761f521005871782
parent0ad87649d43215b8fdd198329c4acb1fd220b6e9
Revert bogus change to json_object_get() made in f40b08d8 that caused it to always return NULL. (Issue #259)
Also undo NULL check in json_tokener_set_flags(): it's not at all valid toi
 try to set flags on a NULL pointer, and doing so should not be silently
 ignored.
json_object.c
json_tokener.c