From: Florin Malita Date: Sun, 4 Jun 2006 09:51:26 +0000 (-0700) Subject: [PATCH] nmclan_cs: dereferencing skb after netif_rx() X-Git-Tag: v2.6.17-rc6~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f258910733a8dbde368acc2ede4b8184ff0e09a;p=pandora-kernel.git [PATCH] nmclan_cs: dereferencing skb after netif_rx() From: Florin Malita The skb may be gone after netif_rx(), we can't use 'skb->len' to update the stats. 'pkt_len' should work instead. Coverity CID: 911. Signed-off-by: Florin Malita Cc: Dominik Brodowski Acked-by: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed