This series fixes multiple issues reported by Coverity.

Eelco Chaudron (7):
  nx-match: Fix potential integer underflow.
  ovs-vsctl: Fix missing ovs_scan() return checks.
  tests: Fix multiple Coverity warnings in test programs.
  ofproto-dpif-ipfix: Add NULL check to dpif_ipfix_set_options().
  ofproto: Fix potential null-ptr dereference in meter_insert_rule().
  ofproto: Fix potential NULL pointer dereference in ofproto_type_xx().
  ofproto-dpif-xlate: Fix memory leak in xlate_generic_encap_action().

 lib/nx-match.c               |  9 ++++++---
 ofproto/ofproto-dpif-ipfix.c |  2 ++
 ofproto/ofproto-dpif-xlate.c |  2 ++
 ofproto/ofproto.c            |  8 +++++---
 tests/ovs-vsctl.at           | 15 +++++++++++++++
 tests/test-aa.c              |  1 +
 tests/test-ccmap.c           |  2 +-
 tests/test-ovsdb.c           | 10 +++++++---
 tests/test-packets.c         |  2 +-
 utilities/ovs-vsctl.c        | 25 ++++++++++++++++++++-----
 10 files changed, 60 insertions(+), 16 deletions(-)

-- 
2.47.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to