Re: [dpdk-dev] [PATCH v2] net/ark:add null point check
On 9/25/2017 2:47 PM, Ed Czeck wrote: <...> >> In function ark_config_device(), there are several malloc without null >> point check. Fix it by adding null point check. > Signed-off-by: Yong Wang > Acked-by: Ed Czeck Applied to dpdk-next-net/master, thanks.
Re: [dpdk-dev] [PATCH v2] net/ark:add null point check
Thank you. > In function ark_config_device(), there are several malloc without null > point check. Fix it by adding null point check. Acked-by: Ed Czeck