[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250127150112.5e395327@kernel.org>
Date: Mon, 27 Jan 2025 15:01:12 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: netdev@...r.kernel.org
Cc: Shigeru Yoshida <syoshida@...hat.com>, andrew+netdev@...n.ch,
davem@...emloft.net, edumazet@...gle.com, pabeni@...hat.com,
linux-kernel@...r.kernel.org, syzkaller <syzkaller@...glegroups.com>
Subject: Re: [PATCH net] vxlan: Fix uninit-value in vxlan_vnifilter_dump()
On Thu, 23 Jan 2025 23:57:46 +0900 Shigeru Yoshida wrote:
> + if (cb->nlh->nlmsg_len < nlmsg_msg_size(sizeof(struct tunnel_msg))) {
> + NL_SET_ERR_MSG(cb->extack, "Invalid msg length");
> + return -EINVAL;
> + }
> +
> tmsg = nlmsg_data(cb->nlh);
We really should have a better helper for combined message length
validation and nlmsg_data(). I'll add this to our list of outstanding
cleanup tasks..
Powered by blists - more mailing lists