|
@@ -1013,7 +1013,7 @@ static int br_ip6_multicast_mld2_report(struct net_bridge *br,
|
|
|
|
|
|
nsrcs = skb_header_pointer(skb,
|
|
nsrcs = skb_header_pointer(skb,
|
|
len + offsetof(struct mld2_grec,
|
|
len + offsetof(struct mld2_grec,
|
|
- grec_mca),
|
|
|
|
|
|
+ grec_nsrcs),
|
|
sizeof(_nsrcs), &_nsrcs);
|
|
sizeof(_nsrcs), &_nsrcs);
|
|
if (!nsrcs)
|
|
if (!nsrcs)
|
|
return -EINVAL;
|
|
return -EINVAL;
|