[libvirt] [PATCH 0/7] Fixes to various different issues

John Ferlan jferlan at redhat.com
Mon Oct 10 15:42:11 UTC 2016


All found by Coverity....

Not being so diligent lately... There are a few more, but they're all
false positives so I'll keep those local.

John Ferlan (7):
  conf: Remove incorrect check when encoding shmem audit message
  tests: Prefer virGetLastErrorMessage in testSELinuxLabeling
  qemu: Remove possibility of NULL dereference
  util: Resolve memory leaks in virLogParse{Output|Filter}
  vsh: Fix some issues in auto completion code
  util: Remove need for local 'nelems'
  tests: Need to initialize data

 src/conf/domain_audit.c          | 4 ++--
 src/qemu/qemu_capabilities.c     | 7 +++++--
 src/util/virlog.c                | 4 ++--
 src/util/virqemu.c               | 3 +--
 tests/qemumonitorjsontest.c      | 2 +-
 tests/securityselinuxlabeltest.c | 6 ++----
 tools/vsh.c                      | 7 ++++---
 7 files changed, 17 insertions(+), 16 deletions(-)

-- 
2.7.4




More information about the libvir-list mailing list