]> git.ipfire.org Git - thirdparty/json-c.git/commit
Handle NULL objects in json_object_get_userdata() by returning NULL, but abort in...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 29 Oct 2016 19:42:36 +0000 (15:42 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 29 Oct 2016 19:42:36 +0000 (15:42 -0400)
commitd4899bd4d58eff3b2e05dfe59c0604e46a6fb546
tree1418c5145ad3958e3d7aca0a65d4c80b316e4748
parentf8132f932dd3ab26e7e93b23b18efc00a16f898c
Handle NULL objects in json_object_get_userdata() by returning NULL, but abort in json_object_set_userdata() since we can't actually do anything with the userdata.
json_object.c