On Mon, Sep 3, 2018 at 12:05 AM Vlad Buslov <vla...@mellanox.com> wrote: > > Currently, tcf_action_delete() nulls actions array pointer after putting > and deleting it. However, if tcf_idr_delete_index() returns an error, > pointer to action is not set to null. That results it being released second > time in error handling code of tca_action_gd().
Oops, good catch. Acked-by: Cong Wang <xiyou.wangc...@gmail.com> David, this one should also go to -net rather than -net-next.