Re: [PATCH v4] crypto/ipsec_mb: fix coverity issue

2022-03-14 Thread Thomas Monjalon
> >This patch removes coverity defect CID 375828: > >Untrusted value as argument (TAINTED_SCALAR) It lacks an explanation of the cause. > >Coverity issue: CID 375828 You should not write CID above. > > > >Fixes: ceb863938708 ("crypto/aesni_gcm: support all truncated digest sizes") > > > >Signed-

RE: [PATCH v4] crypto/ipsec_mb: fix coverity issue

2022-03-10 Thread Power, Ciara
>-Original Message- >From: Piotr Bronowski >Sent: Wednesday 9 March 2022 18:02 >To: dev@dpdk.org >Cc: Zhang, Roy Fan ; tho...@monjalon.net; >gak...@marvell.com; Yigit, Ferruh ; Doherty, Declan >; Bronowski, PiotrX >; sta...@dpdk.org >Subject: [PATCH v4] crypto/i

[PATCH v4] crypto/ipsec_mb: fix coverity issue

2022-03-09 Thread Piotr Bronowski
This patch removes coverity defect CID 375828: Untrusted value as argument (TAINTED_SCALAR) Coverity issue: CID 375828 Fixes: ceb863938708 ("crypto/aesni_gcm: support all truncated digest sizes") Signed-off-by: Piotr Bronowski Cc: sta...@dpdk.org --- v4: commit message corrected --- drivers/