[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200520085054.2031ad8a@hermes.lan>
Date: Wed, 20 May 2020 08:50:54 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Cc: netdev@...r.kernel.org, roopa@...ulusnetworks.com,
davem@...emloft.net, bridge@...ts.linux-foundation.org,
syzkaller-bugs@...glegroups.com
Subject: Re: [PATCH net v3] net: bridge: fix vlan stats use-after-free on
destruction
On Fri, 16 Nov 2018 18:50:01 +0200
Nikolay Aleksandrov <nikolay@...ulusnetworks.com> wrote:
> + if (v->priv_flags & BR_VLFLAG_PER_PORT_STATS)
> free_percpu(v->stats);
Why not not v->stats == NULL as a flag instead?
Then the fact that free_percpu(NULL) is a Nop would mean less code
in the bridge driver.
Powered by blists - more mailing lists