On Mon, Sep 3, 2018 at 12:05 AM Vlad Buslov <[email protected]> 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 <[email protected]> David, this one should also go to -net rather than -net-next.
