On Tue, Aug 20, 2024 at 09:14:39AM -0400, Mike Pattrick wrote: > The Clang analyzer has trouble tracking the pointer usage in jsonrpc_run > 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]> I just realised I'm reviewing v1 instead of v2. Sorry about that. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
