On Mon, Oct 23, 2023 at 04:21:53PM +0200, Eelco Chaudron wrote: > This series fixes some of Clang's scan-build warnings reported. > > v2: > - Split patch two into two, i.e. put the actual fix in a separate patch. > - Updated commit messages. > > Eelco Chaudron (5): > general: Fix Clang's static analyzer 'Dead initialization' warnings. > general: Fix Clang's static analyzer 'Dead assignment' warnings. > ofp-table: Fix count_common_prefix_run() function. > ovsdb: Fix Clang's static analyzer 'func null dereference' warnings. > netdev-offload: Fix Clang's static analyzer 'Division by zero' warnings.
Thanks Eelco, I've applied this series. I have also backported the following: 1. "netdev-offload: Fix Clang's static analyzer 'Division by zero' warnings." back to branch-2.17 2. "ofp-table: Fix count_common_prefix_run() function." back to branch-2.16 I also prepared backports of 2. for branch-2.14 and branch-2.15, However, I have not pushed them as I see CI failures with those branches without any new patches applied [2.14, 2.15]. 2.14: https://github.com/horms/ovs/actions/runs/6695003077 2.15: https://github.com/horms/ovs/actions/runs/6695011034 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
