On 10/8/18 4:17 AM, Christian Brauner wrote:
>> @@ -4696,13 +4697,32 @@ static int rtnl_stats_dump(struct sk_buff *skb, 
>> struct netlink_callback *cb)
>>  
>>      cb->seq = net->dev_base_seq;
>>  
>> -    if (nlmsg_len(cb->nlh) < sizeof(*ifsm))
>> +    if (nlmsg_len(cb->nlh) < sizeof(*ifsm)) {
>> +            NL_SET_ERR_MSG(extack, "Invalid header for stats dump");
>>              return -EINVAL;
>> +    }
>>  
>>      ifsm = nlmsg_data(cb->nlh);
>> +
>> +    /* only requests using NLM_F_DUMP_PROPER_HDR can pass data to
> 
> That looks like an accidental leftover before we changed this to a
> socket option. :)
> 

ugh. thanks for noticing.

Reply via email to