On Tue, Aug 20, 2024 at 09:14:44AM -0400, Mike Pattrick wrote: > The Clang analyzer has trouble tracking the pointer usage in > mrouter_get_lru and will report a use after free incorrectly. This patch > migrates to using standard ovs_list functions instead of directly > accessing the next member, which supresses clang's warning. > > Signed-off-by: Mike Pattrick <[email protected]>
Acked-by: Simon Horman <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
