[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<169051502331.18144.11048467979263137230.git-patchwork-notify@kernel.org>
Date: Fri, 28 Jul 2023 03:30:23 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Eric Dumazet <edumazet@...gle.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, jhs@...atatu.com,
xiyou.wangcong@...il.com, jiri@...nulli.us, netdev@...r.kernel.org,
eric.dumazet@...il.com, syzkaller@...glegroups.com, zdoychev@...linear.com,
simon.horman@...igine.com, idosch@...dia.com
Subject: Re: [PATCH v2 net] net: flower: fix stack-out-of-bounds in
fl_set_key_cfm()
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 26 Jul 2023 14:58:15 +0000 you wrote:
> Typical misuse of
>
> nla_parse_nested(array, XXX_MAX, ...);
>
> array must be declared as
>
> struct nlattr *array[XXX_MAX + 1];
>
> [...]
Here is the summary with links:
- [v2,net] net: flower: fix stack-out-of-bounds in fl_set_key_cfm()
https://git.kernel.org/netdev/net/c/4d50e50045aa
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists