On 28 Aug 2024, at 15:28, Eelco Chaudron wrote:

> 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(-)
>
> -- 

Thanks Aaron and Simon for reviewing this series. Applied to main, did not 
backport as there are no critical fixes.

Cheers,

Eelco

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

Reply via email to