]> granicus.if.org Git - json-c/commit
Check for failures when allocating memory; return NULL and set errno=ENOMEM in a...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 20 Apr 2014 00:33:05 +0000 (20:33 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 20 Apr 2014 00:33:05 +0000 (20:33 -0400)
commit2149a04ca82dfa7568e010b875409c56cb7e6e55
tree034f0e30b48df8d90a01d06671a6c8beb7e20a5d
parent92a7740e901cfa520fd0cb21117b11b17a78b07c
Check for failures when allocating memory; return NULL and set errno=ENOMEM in a few of those cases.
Thanks to Susant Sahani for pointing out some of these.
json_object.c