[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170622223553.GH21214@zurbaran.ger.intel.com>
Date: Fri, 23 Jun 2017 00:35:53 +0200
From: Samuel Ortiz <sameo@...ux.intel.com>
To: "Gustavo A. R. Silva" <garsilva@...eddedor.com>
Cc: linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] NFC: add NULL checks to avoid potential NULL pointer
dereference
On Tue, May 30, 2017 at 03:43:07PM -0500, Gustavo A. R. Silva wrote:
> NULL checks at line 457: if (!link0 || !link1) {, implies that both
> pointers link0 and link1 might be NULL.
> Function nfcsim_link_free() dereference pointers link0 and link1.
> Add NULL checks before calling nfcsim_link_free() to avoid a
> potential NULL pointer dereference.
>
> Addresses-Coverity-ID: 1364857
> Signed-off-by: Gustavo A. R. Silva <garsilva@...eddedor.com>
> ---
> drivers/nfc/nfcsim.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Applied, thanks.
Cheers,
Samuel.
Powered by blists - more mailing lists