[dpdk-dev] [PATCH] examples/l2fwd-crypto: out-of-bounds read

2016-06-29 Thread Slawomir Mrozowicz
Overrunning array crypto_statistics of 32 64-byte elements at element index 63 using index cdevid. Fixed by extend crypto_statistics array. Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application") Coverity ID 120145 Signed-off-by: Slawomir Mrozowicz --- examples/l2fwd-crypto/main.c

[dpdk-dev] [PATCH] examples/l2fwd-crypto: out-of-bounds read

2016-06-30 Thread Declan Doherty
On 29/06/16 13:19, Slawomir Mrozowicz wrote: > Overrunning array crypto_statistics of 32 64-byte elements > at element index 63 using index cdevid. > Fixed by extend crypto_statistics array. > > Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application") > Coverity ID 120145 > > Signed-of

[dpdk-dev] [PATCH] examples/l2fwd-crypto: out-of-bounds read

2016-07-11 Thread Thomas Monjalon
> > Overrunning array crypto_statistics of 32 64-byte elements > > at element index 63 using index cdevid. > > Fixed by extend crypto_statistics array. > > > > Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application") > > Coverity ID 120145 > > > > Signed-off-by: Slawomir Mrozowicz > >