Re: [dpdk-dev] [PATCH] crypto/qat: fix illegal access of an array

2021-07-27 Thread Akhil Goyal
> > Fix possible access of an array by negative index in function > > qat_sym_qp_setup. > > > > Fixes: 8f393c4ffdc1 ("common/qat: support GEN4 devices") Coverity issue: > > 372131 Coverity issue: 372134 > > > > Signed-off-by: Arek Kusztal > > Acked-by: Adam Dybkowski Applied to dpdk-next-crypto

Re: [dpdk-dev] [PATCH] crypto/qat: fix illegal access of an array

2021-07-27 Thread Dybkowski, AdamX
> -Original Message- > From: dev On Behalf Of Arek Kusztal > Sent: Monday, 26 July, 2021 18:48 > To: dev@dpdk.org > Cc: gak...@marvell.com; Trahe, Fiona ; Zhang, Roy > Fan ; Kusztal, ArkadiuszX > > Subject: [dpdk-dev] [PATCH] crypto/qat: fix illegal access of an

[dpdk-dev] [PATCH] crypto/qat: fix illegal access of an array

2021-07-26 Thread Arek Kusztal
Fix possible access of an array by negative index in function qat_sym_qp_setup. Fixes: 8f393c4ffdc1 ("common/qat: support GEN4 devices") Coverity issue: 372131 Coverity issue: 372134 Signed-off-by: Arek Kusztal --- drivers/crypto/qat/qat_sym_pmd.c | 9 + 1 file changed, 5 insertions(+),