From: Alejandro Lucero Date: Wed, 8 Nov 2017 12:07:14 +0000 (+0000) Subject: net/nfp: fix memory allocation X-Git-Tag: spdx-start~863 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=965f0aaa7c59355495a1035dd7b991d47a9cb24e;hp=965f0aaa7c59355495a1035dd7b991d47a9cb24e;p=dpdk.git net/nfp: fix memory allocation If the function actually returns a null value, a null pointer dereference will occur. Coverity issue: 195013 Fixes: dd63df2bfff3 ("net/nfp: add NSP symbol resolution command") Signed-off-by: Alejandro Lucero ---