[libvirt] [PATCH 1/6] conf: fix NULL check in virNetDevBandwidthParse

Eric Blake eblake at redhat.com
Thu Nov 29 16:51:56 UTC 2012


> Found by coverity:
> Error: REVERSE_INULL (CWE-476):
>     libvirt-0.10.2/src/conf/netdev_bandwidth_conf.c:99: deref_ptr:
>     Directly dereferencing pointer "node".
>     libvirt-0.10.2/src/conf/netdev_bandwidth_conf.c:107:
>     check_after_deref: Null-checking "node" suggests that it may be
>     null, but it has already been dereferenced on all paths leading
>     to
>     the check.
> ---
>  src/conf/netdev_bandwidth_conf.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)

ACK.




More information about the libvir-list mailing list