> -Original Message-
> From: Olivier Matz [mailto:olivier.matz at 6wind.com]
> Sent: Friday, September 09, 2016 2:42 AM
> To: dev at dpdk.org; De Lara Guarch, Pablo
> Cc: stable at dpdk.org
> Subject: [PATCH v3] testpmd: fix crash when mempool allocation fails
>
> Avoid access to mempool
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
2 matches
Mail list logo