On Tue, Mar 10, 2015 at 19:20:27 -0400, John Ferlan wrote:
Coverity points out that the return from virDomainDefParseString is
not checked in xenapiDomainCreateXML like it should be which could
end up in a pointer dereference
NULL pointer deref.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/xenapi/xenapi_driver.c | 2 ++
1 file changed, 2 insertions(+)
ACK,
Peter