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

Akhil Goyal gakhil at marvell.com
Wed Mar 13 15:51:53 CET 2024


> > 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 symmetric build op request")
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal at intel.com>
> > ---
> >  drivers/crypto/qat/dev/qat_crypto_pmd_gens.h | 10 ++++++----
> >  1 file changed, 6 insertions(+), 4 deletions(-)
> >
> 
> 
> The CI fail looks to be unrelated to this patch:
> 
>  70/112 DPDK:fast-tests / pcapng_autotest                FAIL             6.39s   (exit status
> 255 or signal 127 SIGinvalid)
> 
> Ok:                 101
> Expected Fail:      0
> Fail:               1
> 
> 
> Acked-by: Ciara Power <ciara.power at intel.com>

Applied to dpdk-next-crypto
Thanks.


More information about the stable mailing list