Re: [PATCH] qla2xxx: fix a potential NULL pointer dereference

From: Martin Wilck
Date: Fri Oct 04 2019 - 02:10:23 EST


On Wed, 2019-09-18 at 22:06 +0530, Allen Pais wrote:
> alloc_workqueue is not checked for errors and as a result,
> a potential NULL dereference could occur.
>
> Signed-off-by: Allen Pais <allen.pais@xxxxxxxxxx>
> ---
> drivers/scsi/qla2xxx/qla_os.c | 4 ++++
> 1 file changed, 4 insertions(+)

Reviewed-by: Martin Wilck <mwilck@xxxxxxxx>