[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231016112819.GL1501712@kernel.org>
Date: Mon, 16 Oct 2023 13:28:19 +0200
From: Simon Horman <horms@...nel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Samuel Ortiz <sameo@...ux.intel.com>,
Frederic Danis <frederic.danis@...ux.intel.com>,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
黄思聪 <huangsicong@....ac.cn>,
stable@...r.kernel.org
Subject: Re: [PATCH net-next] nfc: nci: fix possible NULL pointer dereference
in send_acknowledge()
On Fri, Oct 13, 2023 at 08:41:29PM +0200, Krzysztof Kozlowski wrote:
> Handle memory allocation failure from nci_skb_alloc() (calling
> alloc_skb()) to avoid possible NULL pointer dereference.
>
> Reported-by: 黄思聪 <huangsicong@....ac.cn>
> Fixes: 391d8a2da787 ("NFC: Add NCI over SPI receive")
> Cc: <stable@...r.kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Thanks,
I agree that nci_skb_alloc() may turn NULL and that this
is an appropriate way to handle that.
As an aside, I observe that the return value of send_acknowledge()
is not checked. But I don't think that affects the correctness of this
change.
Reviewed-by: Simon Horman <horms@...nel.org>
Powered by blists - more mailing lists