From: Cong Wang <[email protected]> Date: Mon, 3 Sep 2018 11:18:43 -0700
> 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. Applied to 'net', thanks.
