This series contains various coverity fixes.

Eelco Chaudron (12):
  conntrack: Fix Coverity warning in conn_key_hash().
  odp-util: Fix Coverity warning in commit_encap_decap_action().
  backtrace: Fix bounds checking in backtrace validation.
  packets: Validate ND option length in packet_set_nd().
  odputil: Add full bounds checks to format_odp_tnl_push_header().
  backtrace: Check fcntl() return value in read_received_backtrace().
  ovsdb-idl: Check ovsdb_datum_find_key() return before using pos.
  fatal-signal: Add mutex protection to fatal_signal_atexit_handler().
  coverage: Fix data race when reading idx_count in coverage_read().
  netdev-dpdk: Fix vhost_driver_flags data race in destruct.
  rconn: Fix max_backoff data race in rconn_get_max_backoff.
  utilities: Add new words to checkpatch_dict.txt.

 lib/backtrace.c               |   7 +-
 lib/conntrack.c               |  11 ++-
 lib/coverage.c                |   5 +-
 lib/fatal-signal.c            |   6 +-
 lib/netdev-dpdk.c             |   4 +-
 lib/odp-util.c                | 133 +++++++++++++++++++++++++++++++---
 lib/ovsdb-idl.c               |  11 +--
 lib/packets.c                 |   3 +-
 lib/rconn.c                   |   8 +-
 utilities/checkpatch_dict.txt |   8 ++
 10 files changed, 171 insertions(+), 25 deletions(-)

-- 
2.52.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to