[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YgYabjkREkxw1/Uf@corigine.com>
Date: Fri, 11 Feb 2022 09:12:30 +0100
From: Simon Horman <simon.horman@...igine.com>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Cc: Jakub Kicinski <kuba@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
John Hurley <john.hurley@...ronome.com>,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
oss-drivers@...igine.com, netdev@...r.kernel.org
Subject: Re: [PATCH v2 1/2] nfp: flower: Fix a potential leak in
nfp_tunnel_add_shared_mac()
On Thu, Feb 10, 2022 at 11:34:52PM +0100, Christophe JAILLET wrote:
> ida_simple_get() returns an id between min (0) and max (NFP_MAX_MAC_INDEX)
> inclusive.
> So NFP_MAX_MAC_INDEX (0xff) is a valid id.
>
> In order for the error handling path to work correctly, the 'invalid'
> value for 'ida_idx' should not be in the 0..NFP_MAX_MAC_INDEX range,
> inclusive.
>
> So set it to -1.
>
> Fixes: 20cce8865098 ("nfp: flower: enable MAC address sharing for offloadable devs")
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Thanks again for finding and fixing this.
Acked-by: Simon Horman <simon.horman@...igine.com>
Powered by blists - more mailing lists