From: Linas Vepstas Date: Mon, 11 Jun 2007 18:17:02 +0000 (-0500) Subject: spidernet: null out skb pointer after its been used. X-Git-Tag: v2.6.22-rc6~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d35145c443d8394aaf1743301e79fa0a8054d7;p=pandora-kernel.git spidernet: null out skb pointer after its been used. Avoid kernel crash in mm/slab.c due to double-free of pointer. If the ethernet interface is brought down while there is still RX traffic in flight, the device shutdown routine can end up trying to double-free an skb, leading to a crash in mm/slab.c Avoid the double-free by nulling out the skb pointer. Signed-off-by: Linas Vepstas Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed