On 17-04-18 09:35 PM, Eric Dumazet wrote:
On Tue, 2017-04-18 at 21:14 -0400, Jamal Hadi Salim wrote:From: Jamal Hadi Salim <j...@mojatatu.com>+ if (tcaa[TCAA_ACT_TIME_FILTER]) + msecs_filter = nla_get_u32(tcaa[TCAA_ACT_TIME_FILTER]);You forgot to add TCAA_ACT_TIME_FILTER in tcaa_policy
I will fix that.
There is no guarantee user passed 32bit data here.
Did you mean because we dont have the tcaa_policy or is it for some other reason? cheers, jamal