Re: [dpdk-dev] [PATCH] aesni_mb: fix out-of-bounds access

2019-06-17 Thread De Lara Guarch, Pablo
Hi Fan, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fan Zhang > Sent: Wednesday, May 15, 2019 4:33 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Zhang, Roy Fan > Subject: [dpdk-dev] [PATCH] aesni_mb: fix out-of-bounds access > &

[dpdk-dev] [PATCH] aesni_mb: fix out-of-bounds access

2019-05-15 Thread Fan Zhang
This patch fixes the out-of-bounds coverity issue by adding missed algorithms to the array. Coverity issue: 337683 Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros") Signed-off-by: Fan Zhang --- drivers/crypto/aesni_mb/rte_aesni_mb_pmd_private.h | 8 +++- 1 file c