]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: qla4xxx: Prevent a potential error pointer dereference
authorDan Carpenter <dan.carpenter@linaro.org>
Wed, 13 Aug 2025 05:49:08 +0000 (08:49 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 15 Aug 2025 03:22:46 +0000 (23:22 -0400)
commit9dcf111dd3e7ed5fce82bb108e3a3fc001c07225
treeaf12b0f95d7390db36afa6be6a2929146d096d94
parent823f95575d85454ccad7d5b684aec42e57b962f6
scsi: qla4xxx: Prevent a potential error pointer dereference

The qla4xxx_get_ep_fwdb() function is supposed to return NULL on error,
but qla4xxx_ep_connect() returns error pointers.  Propagating the error
pointers will lead to an Oops in the caller, so change the error pointers
to NULL.

Fixes: 13483730a13b ("[SCSI] qla4xxx: fix flash/ddb support")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/aJwnVKS9tHsw1tEu@stanley.mountain
Reviewed-by: Chris Leech <cleech@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla4xxx/ql4_os.c