Re: [dpdk-dev] [PATCH] app/test-sad: fix uninitialized variable

2020-09-22 Thread Akhil Goyal
> Coverity issue: 362055 > > Fixes: 908be0651a5a ("app/test-sad: add test application for IPsec SAD") > Cc: sta...@dpdk.org > > Signed-off-by: Vladimir Medvedkin > --- Applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH] app/test-sad: fix uninitialized variable

2020-09-18 Thread Vladimir Medvedkin
Coverity issue: 362055 Fixes: 908be0651a5a ("app/test-sad: add test application for IPsec SAD") Cc: sta...@dpdk.org Signed-off-by: Vladimir Medvedkin --- app/test-sad/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-sad/main.c b/app/test-sad/main.c index b01e8