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

John Ferlan jferlan at redhat.com
Tue Jan 22 14:40:55 UTC 2013


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(-)

-- 
1.7.11.7




More information about the libvir-list mailing list