[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210104133517.68198ccd@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Mon, 4 Jan 2021 13:35:17 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: wangyunjian <wangyunjian@...wei.com>
Cc: <netdev@...r.kernel.org>, <davem@...emloft.net>,
<jerry.lilijun@...wei.com>, <xudingke@...wei.com>
Subject: Re: [PATCH net] macvlan: fix null pointer dereference in
macvlan_changelink_sources()
On Wed, 30 Dec 2020 18:38:15 +0800 wangyunjian wrote:
> From: Yunjian Wang <wangyunjian@...wei.com>
>
> Currently pointer data is dereferenced when declaring addr before
> pointer data is null checked. This could lead to a null pointer
> dereference. Fix this by checking if pointer data is null first.
>
> Fixes: 79cf79abce71 ("macvlan: add source mode")
> Signed-off-by: Yunjian Wang <wangyunjian@...wei.com>
I don't see it. All calls to macvlan_changelink_sources() are under
if (data) { ... } so data is never NULL. Looks like we should rather
clean up macvlan_changelink_sources() to not check data for
MACVLAN_MACADDR_SET.
WDYT?
Powered by blists - more mailing lists