mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/wireless/iwlwifi/iwl-6000.c net/core/dev.c
This commit is contained in:
commit
87eb367003
266 changed files with 4540 additions and 2576 deletions
|
@ -727,7 +727,7 @@ static int br_multicast_igmp3_report(struct net_bridge *br,
|
|||
group = grec->grec_mca;
|
||||
type = grec->grec_type;
|
||||
|
||||
len += grec->grec_nsrcs * 4;
|
||||
len += ntohs(grec->grec_nsrcs) * 4;
|
||||
if (!pskb_may_pull(skb, len))
|
||||
return -EINVAL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue