Patrick McHardy f9f02cca25 [NETFILTER]: nf_conntrack_ipv6: fix crash when handling fragments
When IPv6 connection tracking splits up a defragmented packet into
its original fragments, the packets are taken from a list and are
passed to the network stack with skb->next still set. This causes
dev_hard_start_xmit to treat them as GSO fragments, resulting in
a use after free when connection tracking handles the next fragment.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-01-09 14:32:41 -08:00
..
2006-12-02 21:23:58 -08:00
2006-12-02 21:22:52 -08:00
2006-12-07 08:39:25 -08:00
2006-12-02 21:22:52 -08:00
2005-04-16 15:20:36 -07:00
2006-12-06 18:39:09 -08:00
2006-12-02 21:31:51 -08:00
2006-10-04 00:31:09 -07:00