"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


Reply via email to