[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231013154141.GO29570@kernel.org>
Date: Fri, 13 Oct 2023 17:41:41 +0200
From: Simon Horman <horms@...nel.org>
To: Wenchao Hao <haowenchao2@...wei.com>
Cc: Hannes Reinecke <hare@...e.de>,
"James E . J . Bottomley" <jejb@...ux.ibm.com>,
"Martin K . Petersen" <martin.petersen@...cle.com>,
Richard Cochran <richardcochran@...il.com>,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, louhongxiang@...wei.com
Subject: Re: [PATCH] scsi: libfc: Fix potential NULL pointer dereference in
fc_lport_ptp_setup
On Wed, Oct 11, 2023 at 09:03:50PM +0800, Wenchao Hao wrote:
> fc_lport_ptp_setup() did not check the return value of fc_rport_create()
> which is possible to return NULL which would cause a NULL pointer
> dereference. Address this issue by checking return value of
> fc_rport_create() and log error message on fc_rport_create() failed.
>
> Signed-off-by: Wenchao Hao <haowenchao2@...wei.com>
Thanks,
I verified that fc_lport_ptp_setup can return NULL (if kzalloc fails).
Reviewed-by: Simon Horman <horms@...nel.org>
Powered by blists - more mailing lists