> > 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: sta...@dpdk.org > > > > Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusz...@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.po...@intel.com>
Applied to dpdk-next-crypto Thanks.