> -----Original Message-----
> From: Kusztal, ArkadiuszX <[email protected]>
> Sent: Friday, March 8, 2024 9:44 AM
> To: [email protected]
> Cc: [email protected]; Power, Ciara <[email protected]>; Kusztal,
> ArkadiuszX <[email protected]>
> Subject: [PATCH] common/qat: fix null dereference in release function
>
> This commit fixes NULL dereference in the release function, and three
> additional
> coverity issues related to NULL check.
>
> Coverity issue: 415038
> Coverity issue: 415050
> Coverity issue: 415052
> Coverity issue: 415053
> Fixes: 477d7d051211 ("common/qat: decouple drivers from common code")
>
> Signed-off-by: Arkadiusz Kusztal <[email protected]>
> ---
> drivers/common/qat/qat_device.c | 14 +++++++-------
> drivers/compress/qat/qat_comp_pmd.c | 6 ++++--
> drivers/crypto/qat/qat_asym.c | 5 ++---
> drivers/crypto/qat/qat_sym.c | 4 ++--
> 4 files changed, 15 insertions(+), 14 deletions(-)
>
Acked-by: Ciara Power <[email protected]>