Re: [dpdk-dev] [PATCH] crypto/qat: fix access to null pointer

2021-11-03 Thread Kusztal, ArkadiuszX
> -Original Message- > From: dev On Behalf Of Przemyslaw Zegan > Sent: Wednesday, November 3, 2021 4:09 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Zhang, Roy Fan ; Zegan, > PrzemyslawX > Subject: [dpdk-dev] [PATCH] crypto/qat: fix access to null pointer &g

[dpdk-dev] [PATCH] crypto/qat: fix access to null pointer

2021-11-03 Thread Przemyslaw Zegan
This patch fixes a possible access to null pointer Fixes: 9f4b9222019c ("common/qat: add gen specific queue implementation") Cc: roy.fan.zh...@intel.com Signed-off-by: Przemyslaw Zegan --- drivers/common/qat/dev/qat_dev_gen1.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/commo