Re: [dpdk-dev] [PATCH] test/crypto: fix overflow

2017-06-28 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Wednesday, June 28, 2017 10:31 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > sta...@dpdk.org > Subject: [PATCH] test/crypto: fix overflow > > In one of the SNOW3G unit tests, insufficient memory was allocated, > leading t

[dpdk-dev] [PATCH] test/crypto: fix overflow

2017-06-28 Thread Pablo de Lara
In one of the SNOW3G unit tests, insufficient memory was allocated, leading to a buffer overflow. Fixes: 2b52e1e95aab ("app/test: add SNOW 3G UEA2 with offset") CC: sta...@dpdk.org Signed-off-by: Pablo de Lara --- test/test/test_cryptodev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)