Various Coverity-related fixes in different areas.
See change summary below.

Eelco Chaudron (7):
  lldp: Fix Coverity warning about resource leak in lldp test.
  ofproto-dpif-xlate: Fix memory leak in xlate_generic_encap_action().
  ofproto-dpif-upcall: Check odp_tun_key_from_attr() return value.
  ovsdb-server: Fix potential memory leak in parse_options().
  raft: Fix resource leak from ignored ovsdb_log_write_and_free() error.
  ovsdb: Fix Coverity leak warning by marking code as unreachable.
  daemon-unix: Handle potential negative values from sysconf().

 lib/daemon-unix.c             |  8 +++++++-
 lib/ovs-lldp.c                | 21 ++++++++++++---------
 ofproto/ofproto-dpif-upcall.c |  7 +++++--
 ofproto/ofproto-dpif-xlate.c  |  2 ++
 ovsdb/ovsdb-server.c          |  1 +
 ovsdb/raft.c                  | 12 ++++++++----
 ovsdb/trigger.c               |  2 ++
 tests/test-aa.c               |  1 +
 8 files changed, 38 insertions(+), 16 deletions(-)

-- 
2.49.0

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

Reply via email to