From: Changli Gao Date: Sat, 25 Dec 2010 03:41:30 +0000 (+0000) Subject: net: bridge: check the length of skb after nf_bridge_maybe_copy_header() X-Git-Tag: v2.6.38-rc1~476^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f88de8de5a8c8a8a73960d4432ceef2d38b7f86f;p=pandora-kernel.git net: bridge: check the length of skb after nf_bridge_maybe_copy_header() Since nf_bridge_maybe_copy_header() may change the length of skb, we should check the length of skb after it to handle the ppoe skbs. Signed-off-by: Changli Gao Signed-off-by: David S. Miller --- Reading git-diff-tree failed