[libvirt] [PATCH 0/4] Resolve UNINIT errors found by Coverity

John Ferlan jferlan at redhat.com
Tue Jan 8 15:40:57 UTC 2013


This set of patches resolves "Error: UNINIT (CWE-457)" errors found by Coverity

John Ferlan (4):
  parallels: Resolve issues with uninitialized 'ret' value
  openvz: Need to initialize 'ret' for kb_per_pages error path
  lxc: Initialize dst due to potential cleanup usage before setting
  interface: Need to initialize 'add_to_list'

 src/interface/interface_backend_udev.c |  2 +-
 src/lxc/lxc_driver.c                   |  2 +-
 src/openvz/openvz_conf.c               |  2 +-
 src/parallels/parallels_storage.c      | 19 ++++++++++++++-----
 4 files changed, 17 insertions(+), 8 deletions(-)

-- 
1.7.11.7




More information about the libvir-list mailing list