> > The first mbuf and the last mbuf to be visited in the preceding loop
> > are not set to NULL in the fragmentation table. This creates the
> > possibility of a double free when the fragmentation table is later freed
> > with rte_ip_frag_table_destroy().
> >
> > Fixes: 95908f52393d ("ip_frag: free mbufs on reassembly table destroy")
Cc: [email protected]
Reminder: this Cc must be saved in the commit message for later backport.
> > Signed-off-by: Allain Legacy <[email protected]>
>
> Acked-by: Konstantin Ananyev <[email protected]>
Applied, thanks