Re: [dpdk-dev] [PATCH] net/i40e: fix string overflow issue

2017-10-23 Thread Ferruh Yigit
On 10/19/2017 7:21 PM, Beilei Xing wrote: > This patch fixes the coverity STRING_OVERFLOW issue. > > Coverity issue: 195002 > Fixes: e163c18a15b0 ("net/i40e: update ptype and pctype info") > > Reported-by: John McNamara > Signed-off-by: Beilei Xing Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/i40e: fix string overflow issue

2017-10-19 Thread Beilei Xing
This patch fixes the coverity STRING_OVERFLOW issue. Coverity issue: 195002 Fixes: e163c18a15b0 ("net/i40e: update ptype and pctype info") Reported-by: John McNamara Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git