Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243556
b: refs/heads/master
c: ff9a57a
h: refs/heads/master
v: v3
  • Loading branch information
Linus Lüssing authored and David S. Miller committed Mar 30, 2011
1 parent 3a9f555 commit 0879ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd1d9188f2cb81fe63c789d9f5463dca402ade12
refs/heads/master: ff9a57a62afbbe2d0f3a09af321f1fd7645f38a5
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ static int br_multicast_ipv6_rcv(struct net_bridge *br,
ip6h->payload_len == 0)
return 0;

len = ntohs(ip6h->payload_len);
len = ntohs(ip6h->payload_len) + sizeof(*ip6h);
if (skb->len < len)
return -EINVAL;

Expand Down

0 comments on commit 0879ca3

Please sign in to comment.