Re: [PATCH] IPv6: Fix BUG When Received Unknown Protocol

David S. Miller (davem@redhat.com)
Thu, 21 Nov 2002 21:56:28 -0800 (PST)


From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Date: Thu, 21 Nov 2002 01:32:03 -0500 (EST)

Since 2.5.43, kernel panics by executing BUG() when
received unknown protocol in IPv6 packet.
This is because ip6_input_finish() try to kfree_skb()
while icmpv6_param_prob() has already kfree_skb()'ed the skb.

Patch applied, thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/