[libvirt] [PATCH 0/6] Couple of small fixes

Michal Privoznik mprivozn at redhat.com
Thu Aug 4 07:47:44 UTC 2016


Some of these were found by coverity, some by me going through
code.

Michal Privoznik (6):
  virqemu: Reflect return type of virJSONValueArraySize()
  qemuMigrationCookieStatisticsXMLParse: Check for retvals of
    virXPath*()
  securityselinuxlabeltest: Prefer virGetLastErrorMessage() over
    virGetLastError
  virshConnect: Don't leak polkit agent
  libxlDoMigrateReceive: Drop useless check for !vm
  virObjectEventNew: Use virObjectUnref() to free virObjectEvent

 src/conf/object_event.c          | 10 ++---
 src/libxl/libxl_migration.c      |  2 +-
 src/qemu/qemu_migration.c        | 80 +++++++++++++++++++---------------------
 src/util/virqemu.c               |  2 +-
 tests/securityselinuxlabeltest.c |  3 +-
 tools/virsh.c                    |  2 +-
 6 files changed, 45 insertions(+), 54 deletions(-)

-- 
2.8.4




More information about the libvir-list mailing list