RE: [PATCH] crypto/qat: fix ccm null aad pointer segfault

2024-03-13 Thread Akhil Goyal
> > Subject: [PATCH] crypto/qat: fix ccm null aad pointer segfault > > > > This commit fixes a segfault, that occurs when NULL pointer is being set to > > the > > aad pointer field. > > > > Fixes: a815a04cea05 ("crypto/qat: support symme

RE: [PATCH] crypto/qat: fix ccm null aad pointer segfault

2024-03-11 Thread Power, Ciara
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Friday, March 8, 2024 8:25 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Power, Ciara ; Kusztal, > ArkadiuszX ; sta...@dpdk.org > Subject: [PATCH] crypto/qat: fix ccm null aad pointer segfault > > T

[PATCH] crypto/qat: fix ccm null aad pointer segfault

2024-03-08 Thread Arkadiusz Kusztal
This commit fixes a segfault, that occurs when NULL pointer is being set to the aad pointer field. Fixes: a815a04cea05 ("crypto/qat: support symmetric build op request") Cc: sta...@dpdk.org Signed-off-by: Arkadiusz Kusztal --- drivers/crypto/qat/dev/qat_crypto_pmd_gens.h | 10 ++ 1 file