On Tue, Mar 10, 2015 at 19:20:25 -0400, John Ferlan wrote:
Since inception. Coverity complains that the code checks
"(record ==
NULL && !session->ok)", but doesn't check (record != NULL) before
dereferencing at "record->is_a_template"
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/xenapi/xenapi_driver.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
ACK,
Peter