Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: net/mac80211/main.c
This commit is contained in:
@@ -132,7 +132,7 @@ static void l2tp_eth_dev_recv(struct l2tp_session *session, struct sk_buff *skb,
|
||||
printk("\n");
|
||||
}
|
||||
|
||||
if (data_len < ETH_HLEN)
|
||||
if (!pskb_may_pull(skb, sizeof(ETH_HLEN)))
|
||||
goto error;
|
||||
|
||||
secpath_reset(skb);
|
||||
|
Reference in New Issue
Block a user