This series contains seven patches fixing various issues
reported by Coverity

Eelco Chaudron (7):
  hash: Fix integer overflow before widen in hash_finish32().
  netdev-native-tnl: Fix Coverity integer overflows report.
  dpif: Fix potential NULL pointer access in log_flow_message().
  stopwatch: Handle spurious wakeups of ovs_mutex_cond_wait().
  vlog: Only close() valid file descriptors.
  dpif-netdev-perf: Eliminate dead code.
  odp-util: Fix dead code warning in format_odp_set_nsh().

 lib/dpif-netdev-perf.c  | 2 +-
 lib/dpif.c              | 2 +-
 lib/hash.h              | 2 +-
 lib/netdev-native-tnl.c | 8 +++++++-
 lib/odp-util.c          | 2 +-
 lib/stopwatch.c         | 7 ++++++-
 lib/vlog.c              | 4 +++-
 7 files changed, 20 insertions(+), 7 deletions(-)

-- 
2.46.0

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

Reply via email to