]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Resolve Coverity FORWARD_NULL
authorJohn Ferlan <jferlan@redhat.com>
Wed, 13 May 2015 10:50:48 +0000 (06:50 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sun, 24 May 2015 11:01:48 +0000 (07:01 -0400)
commit264965d927bed3d31b55ad3dd50e9d583e701810
tree5cd11d29987c574a2109ba53c651bf31f496049a
parent2d0243f4d6333ec7be8726bf905cec88f9b9d90c
conf: Resolve Coverity FORWARD_NULL

Even though it's been pointed out they are false positives:

http://www.redhat.com/archives/libvir-list/2015-May/msg00301.html

and

http://www.redhat.com/archives/libvir-list/2015-May/msg00302.html

these still show up as Coverity issues. In order to silence Coverity
add an 'sa_assert' prior to check failure.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_conf.c