RE: [PATCH] crypto/cnxk: fix out-of-bounds access

2025-05-21 Thread Akhil Goyal
> > Fix coverity issue on out-of-bounds access. > > Coverity-issue: 403166, 403171, 403172 > Fixes: 5686b573e4b ("crypto/cnxk: support SM2") > Cc: sta...@dpdk.org > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

[PATCH] crypto/cnxk: fix out-of-bounds access

2025-05-15 Thread Gowrishankar Muthukrishnan
Fix coverity issue on out-of-bounds access. Coverity-issue: 403166, 403171, 403172 Fixes: 5686b573e4b ("crypto/cnxk: support SM2") Cc: sta...@dpdk.org Signed-off-by: Gowrishankar Muthukrishnan --- drivers/crypto/cnxk/cnxk_ae.h | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers