
11 Mar
2015
11 Mar
'15
7:37 a.m.
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@redhat.com> --- src/xenapi/xenapi_driver.c | 2 ++ 1 file changed, 2 insertions(+)
ACK, Peter