[dpdk-dev] [PATCH v2] testpmd: fix crash when mempool allocation fails

2016-09-09 Thread Olivier Matz
Sorry, I just resent the same one... On 09/09/2016 11:40 AM, Olivier Matz wrote: > Avoid access to mempool pointer if it is NULL. > > Fixes: b19a0c75a0d4 ("app/testpmd: remove anonymous mempool code") > Coverity issue: 127553 > > Signed-off-by: Olivier Matz > --- > app/test-pmd/testpmd.c | 4 +

[dpdk-dev] [PATCH v2] testpmd: fix crash when mempool allocation fails

2016-09-09 Thread Olivier Matz
Avoid access to mempool pointer if it is NULL. Fixes: b19a0c75a0d4 ("app/testpmd: remove anonymous mempool code") Coverity issue: 127553 Signed-off-by: Olivier Matz --- app/test-pmd/testpmd.c | 4 1 file changed, 4 insertions(+) diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c