[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200513.152028.653894441720284438.davem@davemloft.net>
Date: Wed, 13 May 2020 15:20:28 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: colin.king@...onical.com
Cc: linux-net-drivers@...arflare.com, ecree@...arflare.com,
mhabets@...arflare.com, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] sfc: fix dereference of table before it is null
checked
From: Colin King <colin.king@...onical.com>
Date: Tue, 12 May 2020 18:13:55 +0100
> From: Colin Ian King <colin.king@...onical.com>
>
> Currently pointer table is being dereferenced on a null check of
> table->must_restore_filters before it is being null checked, leading
> to a potential null pointer dereference issue. Fix this by null
> checking table before dereferencing it when checking for a null
> table->must_restore_filters.
>
> Addresses-Coverity: ("Dereference before null check")
> Fixes: e4fe938cff04 ("sfc: move 'must restore' flags out of ef10-specific nic_data")
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
Applied, thanks.
Powered by blists - more mailing lists