[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240222190524.137fb84a@kernel.org>
Date: Thu, 22 Feb 2024 19:05:24 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Florian Westphal <fw@...len.de>
Cc: <netdev@...r.kernel.org>,
syzbot+3f497b07aa3baf2fb4d0@...kaller.appspotmail.com, xingwei lee
<xrivendell7@...il.com>
Subject: Re: [PATCH net] netlink: add nla be16/32 types to minlen array
On Wed, 21 Feb 2024 18:27:33 +0100 Florian Westphal wrote:
> Note: Other attributes, e.g. BITFIELD32, SINT, UINT.. are also missing:
> those likely should be added too.
Not AFAICT, FWIW. The sizes of those are checked explicitly in
dedicated switch cases, rather than the default case. We could
still add them for the sake of nla_policy_len(), but not a fix.
Powered by blists - more mailing lists