-kernel@vger.kernel.org;
mpt-fusionlinux@broadcom.com; linux-s...@vger.kernel.org
Subject: Re: [PATCH] mpt3sas: fix possible NULL dereference
>>>>> "Sudip" == Sudip Mukherjee writes:
Sudip> We are dereferencing ioc->sense_dma_pool in pci_pool_free() and
Sudip> a
> "Sudip" == Sudip Mukherjee writes:
Sudip> We are dereferencing ioc->sense_dma_pool in pci_pool_free() and
Sudip> after that we are checking if it is NULL, before calling
Sudip> pci_pool_destroy(). Lets check if it is NULL before calling both
Sudip> pci_pool_free() and pci_pool_destroy().
We are dereferencing ioc->sense_dma_pool in pci_pool_free() and after
that we are checking if it is NULL, before calling pci_pool_destroy().
Lets check if it is NULL before calling both pci_pool_free() and
pci_pool_destroy().
Signed-off-by: Sudip Mukherjee
---
drivers/scsi/mpt3sas/mpt3sas_base.c
3 matches
Mail list logo