[libvirt] [PATCH 0/9] Address Coverity false positives

Michal Privoznik mprivozn at redhat.com
Tue Jan 22 16:07:34 UTC 2013


On 22.01.2013 15:40, John Ferlan wrote:
> As the Coverity work winds down, I've bundled together a series of
> patches that only add a comment tag to the offending line of code
> that Coverity believes the error to be on.  Each submit has a commit
> message indicating the reason for the tag.
> 
> 
> John Ferlan (9):
>   xend: Address some Coverity false positives
>   lxc: Add coverity[dead_error_begin] tag in switch stmts
>   nodeinfo: Add coverity[dead_error_begin] and [returned_null] tags
>   xen: Add coverity[ptr_arith] and [sign_extension] tags
>   rpc: Add coverity[dead_error_begin] tag
>   qemu: Add coverity[negative_returns] tag
>   remote: Avoid coverity[leaked_storage] message.
>   network: Add coverity[leaked_handle] to ignore error
>   storage: Add coverity[dead_error_condition] to avoid error
> 
>  src/lxc/lxc_driver.c        | 3 +++
>  src/network/bridge_driver.c | 1 +
>  src/nodeinfo.c              | 3 +++
>  src/qemu/qemu_hotplug.c     | 1 +
>  src/remote/remote_driver.c  | 1 +
>  src/rpc/virnetclient.c      | 1 +
>  src/storage/parthelper.c    | 2 ++
>  src/xen/xen_hypervisor.c    | 5 ++++-
>  src/xen/xend_internal.c     | 4 ++++
>  9 files changed, 20 insertions(+), 1 deletion(-)
> 

ACKed series and pushed.

Michal




More information about the libvir-list mailing list