Re: [dpdk-dev] [PATCH v2] net/ark:add null point check

2017-09-25 Thread Ferruh Yigit
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

2017-09-25 Thread Ed Czeck
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

[dpdk-dev] [PATCH v2] net/ark:add null point check

2017-09-14 Thread Yong Wang
In function ark_config_device(), there are several malloc without null point check. Fix it by adding null point check. v2: * Fix compile error. Signed-off-by: Yong Wang --- drivers/net/ark/ark_ethdev.c | 6 ++ drivers/net/ark/ark_pktchkr.c | 4 drivers/net/ark/ark_pktdir.c | 5 +