RE: [PATCH] crypto/ipsec_mb: fix buffer overrun

2022-02-08 Thread Akhil Goyal
> >Memory for ZUC cipher/auth key in session had to be expanded to 32 bytes, > >instead of 16 bytes, when adding ZUC-256 support. > >However, impact is low as this memory is part of a union with bigger size > >than > >32 bytes. > > > >Coverity issue: 374374 > >Coverity issue: 374379 > >Fixes: 8c83

RE: [PATCH] crypto/ipsec_mb: fix buffer overrun

2022-01-24 Thread Power, Ciara
Hi Pablo, >-Original Message- >From: De Lara Guarch, Pablo >Sent: Thursday 20 January 2022 17:05 >To: Zhang, Roy Fan ; Power, Ciara > >Cc: dev@dpdk.org; De Lara Guarch, Pablo ; >sta...@dpdk.org >Subject: [PATCH] crypto/ipsec_mb: fix buffer overrun > >Mem

[PATCH] crypto/ipsec_mb: fix buffer overrun

2022-01-20 Thread Pablo de Lara
Memory for ZUC cipher/auth key in session had to be expanded to 32 bytes, instead of 16 bytes, when adding ZUC-256 support. However, impact is low as this memory is part of a union with bigger size than 32 bytes. Coverity issue: 374374 Coverity issue: 374379 Fixes: 8c835018de84 ("crypto/ipsec_mb: