]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Coverity found new NULL_RETURNS
authorJohn Ferlan <jferlan@redhat.com>
Thu, 1 Aug 2013 19:54:51 +0000 (15:54 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 1 Aug 2013 21:04:28 +0000 (17:04 -0400)
commit3b4b121423e3f85eedce64761f6cef3637c62442
tree114ee39a9f041227bcc79af18d29fef2ec03a54a
parenta320730a8829dfb730ac9cc007d4cf210b2f6280
tests: Coverity found new NULL_RETURNS

Coverity reported the existing missing check of the return value and
subsequent use from a call to virJSONValueFromString() in testJSONAddRemove().
tests/jsontest.c