From: Eric Sesterhenn Date: Wed, 22 Mar 2006 21:30:34 +0000 (+0100) Subject: [PATCH] Use after free in net/tulip/de2104x.c X-Git-Tag: v2.6.17-rc1~1118^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5185c7c20a4b88892f868ad8d92d1b640b1edba9;p=pandora-kernel.git [PATCH] Use after free in net/tulip/de2104x.c hi, this fixes coverity bug #912, where skb is freed first, and dereferenced a few lines later with skb->len. Signed-off-by: Eric Sesterhenn Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed