When John Ferlan ran the Coverity static checker on my patches to fix
the problem with nicindexes, it began complaining about calling the
virNetDevBandwidth* functions with a null ifname. Investigation
pointed out some real problems with this that are fixed by these two
patches (which will be pushed *before* the nicindex fix patch).


Laine Stump (2):
  network: only clear bandwidth if it has been set
  util: check for null ifname inside virNetDevBandwidthSet()

 src/conf/netdev_bandwidth_conf.c | 6 ++++--
 src/lxc/lxc_driver.c             | 7 ++++++-
 src/network/bridge_driver.c      | 6 ++++--
 src/qemu/qemu_hotplug.c          | 4 +++-
 src/util/virnetdevbandwidth.c    | 9 ++++++++-
 src/util/virnetdevbandwidth.h    | 4 ++--
 6 files changed, 27 insertions(+), 9 deletions(-)

-- 
2.1.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to