Re: [dpdk-dev] [PATCH v1] examples/vhost: fix string split error handling issue

2020-11-10 Thread Jiang, Cheng1
Hi, > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, November 10, 2020 5:35 PM > To: Jiang, Cheng1 ; Xia, Chenbo > > Cc: dev@dpdk.org; Fu, Patrick ; Yang, YvonneX > > Subject: Re: [PATCH v1] examples/vhost: fix string split error handling issue > > > > On 11/6/20 4:23 AM

Re: [dpdk-dev] [PATCH v1] examples/vhost: fix string split error handling issue

2020-11-10 Thread Maxime Coquelin
On 11/6/20 4:23 AM, Cheng Jiang wrote: > Add checking return value of string split function to fix the > coverity issue. > > Fixes: 3a04ecb21420 ("examples/vhost: add async vhost args parsing") > Coverity issue: 363739 > > Signed-off-by: Cheng Jiang > --- > examples/vhost/ioat.c | 11 +++

[dpdk-dev] [PATCH v1] examples/vhost: fix string split error handling issue

2020-11-05 Thread Cheng Jiang
Add checking return value of string split function to fix the coverity issue. Fixes: 3a04ecb21420 ("examples/vhost: add async vhost args parsing") Coverity issue: 363739 Signed-off-by: Cheng Jiang --- examples/vhost/ioat.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff