Re: [dpdk-dev] [PATCH 1/2] net/i40e: fix segfault while devarg parsing

2018-04-26 Thread Ferruh Yigit
On 4/27/2018 12:16 AM, Ferruh Yigit wrote: > device.devargs can be null, don't access device.devargs->args without > null check. > > Fixes: e0645348d7c6 ("net/i40e: add support for representor ports") > > Signed-off-by: Ferruh Yigit > --- > Cc: declan.dohe...@intel.com For series, Squashed into

[dpdk-dev] [PATCH 1/2] net/i40e: fix segfault while devarg parsing

2018-04-26 Thread Ferruh Yigit
device.devargs can be null, don't access device.devargs->args without null check. Fixes: e0645348d7c6 ("net/i40e: add support for representor ports") Signed-off-by: Ferruh Yigit --- Cc: declan.dohe...@intel.com --- drivers/net/i40e/i40e_ethdev.c | 9 ++--- 1 file changed, 6 insertions(+), 3