commit | f88de8de5a8c8a8a73960d4432ceef2d38b7f86f | [log] [tgz] |
---|---|---|
author | Changli Gao <xiaosuo@gmail.com> | Sat Dec 25 03:41:30 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 06 11:33:05 2011 -0800 |
tree | cfbbf4195278a69944db9af044ad51b036957f49 | |
parent | 38cfb907a55f3223445151b517b6e4678b8c9d66 [diff] |
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 <xiaosuo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>