[dpdk-dev] [PATCH] ip_frag : Fix double-free of chained mbufs

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Apr 29 18:04:19 CEST 2016


> > If any fragment hole is found in ipv4_frag_reassemble() and ipv6_frag_reassemble(),
> > whole ip_frag_pkt mbufs are moved to death-row. Any mbufs already chained to
> > another mbuf are freed multiple times as there are still in ip_frag_pkt array.
> > 
> > Signed-off-by: cychong <cychong at gmail.com>
> 
> Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>

Applied, thanks


More information about the dev mailing list