> > 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: sta...@dpdk.org Reminder: this Cc must be saved in the commit message for later backport. > > Signed-off-by: Allain Legacy <allain.leg...@windriver.com> > > Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com> Applied, thanks