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

2020-11-13 Thread Maxime Coquelin
On 11/11/20 10:08 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 > --- > v2: checked args_nr explicitly >

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

2020-11-12 Thread Maxime Coquelin
On 11/11/20 10:08 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 > --- > v2: checked args_nr explicitly >