v1:
https://www.redhat.com/archives/libvir-list/2013-July/msg00691.html
Changes over v1:
* Add additional files to patch #2 to include other places were
sysconf(_SC_OPEN_MAX) was used within libvirt sources.
* Change for loop end conditions to use "<variable> != -1" (should have
looked deeper at other changes - wasn't even thinking of that option)
John Ferlan (7):
hellolibvirt: Resolve Coverity issues
testutils: Resolve Coverity issues
virsh-domain-monitor: Resolve Coverity issues
virsh-interface: Resolve Coverity issues
virsh-nodedev: Resolve Coverity issues
storage_backend: Resolve Coverity issue
qemu_hostdev: Resolve Coverity issue
examples/hellolibvirt/hellolibvirt.c | 7 +++++++
src/lxc/lxc_container.c | 5 +++++
src/qemu/qemu_hostdev.c | 3 ++-
src/storage/storage_backend.c | 1 +
src/util/vircommand.c | 5 +++++
tests/commandhelper.c | 6 +++++-
tests/testutils.c | 3 +++
tools/virsh-domain-monitor.c | 2 +-
tools/virsh-interface.c | 4 ++--
tools/virsh-nodedev.c | 2 +-
10 files changed, 32 insertions(+), 6 deletions(-)
--
1.8.1.4