From: Herbert Xu Date: Wed, 19 Sep 2007 17:45:02 +0000 (-0700) Subject: [PPP] pppoe: Fix double-free on skb after transmit failure X-Git-Tag: v2.6.23-rc8~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d0c83302fb742b7ffb6089d40196166102f5ed;p=pandora-kernel.git [PPP] pppoe: Fix double-free on skb after transmit failure When I got rid of the second packet in __pppoe_xmit I created a double-free on the skb because of the goto abort on failure. This patch removes that. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed