From: Yunjian Wang Date: Tue, 28 Jul 2020 12:34:46 +0000 (+0800) Subject: net/hinic: check memory allocations in flow creation X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d7964ce192e79507d3b32b4a02e6293a40eb4708;hp=d7964ce192e79507d3b32b4a02e6293a40eb4708;p=dpdk.git net/hinic: check memory allocations in flow creation The function rte_zmalloc() could return NULL, the return value need to be checked. Fixes: f4ca3fd54c4d ("net/hinic: create and destroy flow director filter") Cc: stable@dpdk.org Signed-off-by: Yunjian Wang Reviewed-by: Ferruh Yigit ---