[libvirt PATCH 00/10] virHashNew refactorings - part II

Tim Wiederhake twiederh at redhat.com
Fri Jul 9 08:27:29 UTC 2021


"virHashNew" cannot return NULL, yet we check for NULL in various places.

See https://listman.redhat.com/archives/libvir-list/2021-July/msg00074.html.

Tim Wiederhake (10):
  virNWFilterCreateVarsFrom: `virHashNew` cannot return NULL
  virNWFilterCreateVarsFrom: Use automatic memory management
  virNWFilterCreateVarsFrom: Remove superfluous `goto`s
  virNWFilterRuleDefToRuleInst: `virHashNew` cannot return NULL
  iptablesPrivateChainCreate: `virHashNew` cannot return NULL
  iptablesPrivateChainCreate: Use automatic memory management
  iptablesPrivateChainCreate: Remove superfluous `goto`s
  qemuMonitorGetMemoryDeviceInfo: Assign hash table only on success
  qemuMonitorGetMemoryDeviceInfo: Use automatic memory management
  qemuMonitorGetMemoryDeviceInfo: `virHashNew` cannot return NULL

 src/qemu/qemu_monitor.c          |  9 +++------
 src/util/viriptables.c           | 20 +++++---------------
 tests/nwfilterxml2firewalltest.c | 18 ++++++------------
 3 files changed, 14 insertions(+), 33 deletions(-)

-- 
2.31.1





More information about the libvir-list mailing list