[libvirt PATCH 00/11] fix various issues

Pavel Hrdina posted 11 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1605541084.git.phrdina@redhat.com
src/conf/domain_conf.c                 | 10 +++++----
src/hyperv/hyperv_wmi.c                | 12 ++---------
src/interface/interface_backend_udev.c | 13 ++---------
src/qemu/qemu_command.c                |  2 +-
src/qemu/qemu_monitor_json.c           |  4 ++--
src/qemu/qemu_process.c                | 30 +++++++++++---------------
src/remote/remote_driver.c             | 18 ++++------------
src/util/virdevmapper.c                |  2 +-
src/vbox/vbox_common.c                 |  3 +++
tests/testutils.c                      |  1 +
10 files changed, 35 insertions(+), 60 deletions(-)
[libvirt PATCH 00/11] fix various issues
Posted by Pavel Hrdina 3 years, 5 months ago
Issues reported by coverity.

Pavel Hrdina (11):
  domain_conf: remove unused rc variable
  domain_conf: fix NULL dereference on error in
    virDomainObjCopyPersistentDef
  hyperv_wmi: remove unreachable cleanup code
  interface_backend_udev: refactor udevListInterfacesByStatus
  qemu_command: fix FD usage in qemuBuildInterfaceCommandLine
  qemu_monitor_json: explicitly ignore return values
  qemu_process: no need to check for NULL
  remote_driver: remove unreachable cleanup code
  virdevmapper: fix stat comparison in virDMSanitizepath
  vbox_common: unlock vbox_driver_lock before return
  testutils: call va_end before return

 src/conf/domain_conf.c                 | 10 +++++----
 src/hyperv/hyperv_wmi.c                | 12 ++---------
 src/interface/interface_backend_udev.c | 13 ++---------
 src/qemu/qemu_command.c                |  2 +-
 src/qemu/qemu_monitor_json.c           |  4 ++--
 src/qemu/qemu_process.c                | 30 +++++++++++---------------
 src/remote/remote_driver.c             | 18 ++++------------
 src/util/virdevmapper.c                |  2 +-
 src/vbox/vbox_common.c                 |  3 +++
 tests/testutils.c                      |  1 +
 10 files changed, 35 insertions(+), 60 deletions(-)

-- 
2.26.2