From: Jiri Slaby Date: Sun, 10 Oct 2010 22:46:34 +0000 (+0000) Subject: ATM: mpc, fix use after free X-Git-Tag: v2.6.36-rc8~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5518b29f225dbdf47ded02cf229ff8225a2cdf82;p=pandora-kernel.git ATM: mpc, fix use after free Stanse found that mpc_push frees skb and then it dereferences it. It is a typo, new_skb should be dereferenced there. Signed-off-by: Jiri Slaby Cc: Eric Dumazet Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed