]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenapi: Resolve Coverity NULL_RETURNS
authorJohn Ferlan <jferlan@redhat.com>
Tue, 10 Mar 2015 22:52:07 +0000 (18:52 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 11 Mar 2015 17:02:36 +0000 (13:02 -0400)
commitb193a1d61737fad7cf4b96e5fd9443b0ace36efc
treecf7959b7965fed3edd3357d0b16304ba4442ca5d
parent467c90590924069d64a4cd884abef17c7c2c0f24
xenapi: Resolve Coverity NULL_RETURNS

Coverity points out that the return from virDomainDefParseString is
not checked in xenapiDomainCreateXML like it should be which could
end up in a NULL pointer dereference
src/xenapi/xenapi_driver.c