On Fri, Mar 06, 2020 at 09:05:55PM +0800, guohongzhi wrote: > ASAN report use-after-free when destroy ofproto_rule, the rule->ofproto > has freed in ofproto_destroy. > Add ref_count for ofproto to avoid use-after-free when destroy > ofproto_rule adn group. > > Signed-off-by: guohongzhi <[email protected]>
Why isn't RCU sufficient to avoid use-after-free? _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
