Re: [dpdk-dev] [PATCH] net/nfp: fix memory allocation

2017-11-10 Thread Ferruh Yigit
On 11/8/2017 4:07 AM, Alejandro Lucero wrote: > If the function actually returns a null value, a null pointer > dereference will occur. > > Fixes: dd63df2bfff3 ("net/nfp: add NSP symbol resolution command") > Coverity: 195013 > > Signed-off-by: Alejandro Lucero Applied to dpdk/master, thanks.

[dpdk-dev] [PATCH] net/nfp: fix memory allocation

2017-11-08 Thread Alejandro Lucero
If the function actually returns a null value, a null pointer dereference will occur. Fixes: dd63df2bfff3 ("net/nfp: add NSP symbol resolution command") Coverity: 195013 Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_nspu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers