From: Eric Dumazet Date: Tue, 26 Oct 2010 19:21:07 +0000 (+0000) Subject: ehea: fix use after free X-Git-Tag: v2.6.37-rc1~88^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ccd96110d5ac0f73b695ba606feb6d69472f26;p=pandora-kernel.git ehea: fix use after free ehea_start_xmit() dereferences skb after its freeing in ehea_xmit3() to get vlan tags. Move the offending block before the potential ehea_xmit3() call. Signed-off-by: Eric Dumazet Signed-off-by: Breno Leitao Signed-off-by: David S. Miller --- Reading git-diff-tree failed