Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361457
b: refs/heads/master
c: a5b8db9
h: refs/heads/master
i:
  361455: 8a955c5
v: v3
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Mar 17, 2013
1 parent 437b1c1 commit edd9927
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: 8c6216d7f118a128678270824b6a1286a63863ca
refs/heads/master: a5b8db91442fce9c9713fcd656c3698f1adde1d6
2 changes: 1 addition & 1 deletion trunk/net/core/rtnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@ static int rtnetlink_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
struct rtattr *attr = (void *)nlh + NLMSG_ALIGN(min_len);

while (RTA_OK(attr, attrlen)) {
unsigned int flavor = attr->rta_type;
unsigned int flavor = attr->rta_type & NLA_TYPE_MASK;
if (flavor) {
if (flavor > rta_max[sz_idx])
return -EINVAL;
Expand Down

0 comments on commit edd9927

Please sign in to comment.