|
@@ -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);
|
|
struct rtattr *attr = (void *)nlh + NLMSG_ALIGN(min_len);
|
|
|
|
|
|
while (RTA_OK(attr, attrlen)) {
|
|
while (RTA_OK(attr, attrlen)) {
|
|
- unsigned int flavor = attr->rta_type;
|
|
|
|
|
|
+ unsigned int flavor = attr->rta_type & NLA_TYPE_MASK;
|
|
if (flavor) {
|
|
if (flavor) {
|
|
if (flavor > rta_max[sz_idx])
|
|
if (flavor > rta_max[sz_idx])
|
|
return -EINVAL;
|
|
return -EINVAL;
|