[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f687fe6f-3330-a9c5-4760-f753638c7b03@mcst.ru>
Date: Wed, 21 Jun 2023 13:49:28 +0300
From: "Igor A. Artemiev" <Igor.A.Artemiev@...t.ru>
To: Florian Westphal <fw@...len.de>
Cc: Pablo Neira Ayuso <pablo@...filter.org>,
Jozsef Kadlecsik <kadlec@...filter.org>,
"David S . Miller" <davem@...emloft.net>,
Paolo Abeni <pabeni@...hat.com>, Jakub Kicinski <kuba@...nel.org>,
netfilter-devel@...r.kernel.org, coreteam@...filter.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
lvc-project@...uxtesting.org
Subject: Re: [lvc-project] [PATCH] netfilter: ebtables: remove unnecessary
NULL check
On 6/20/23 19:38, Florian Westphal wrote:
> Igor Artemiev <Igor.A.Artemiev@...t.ru> wrote:
>> In ebt_do_table() 'private->chainstack' cannot be NULL
>> and the 'cs' pointer is dereferenced below, so it does not make
>> sense to compare 'private->chainstack' with NULL.
> ? Why do you think that?
>
The 'cs' pointer is dereferenced below without checking, as it is
assumed to always be initialized with
'private->chainstack[smp_processor_id()]'.
>> + cs = private->chainstack[smp_processor_id()];
> Looks like NULL deref to me. Did you test this?
>
No, I didn't test this.
Thanks,
Igor
Powered by blists - more mailing lists