Re: [dpdk-dev] [PATCH v2] examples/vhost: fix potential overflow in args process

2021-05-04 Thread Maxime Coquelin
On 4/27/21 5:14 AM, Cheng Jiang wrote: > Change the way passing args to fix potential overflow in args process. > > Coverity issue: 363741 > Fixes: 965b06f0358 ("examples/vhost: enhance getopt_long usage") > > Signed-off-by: Cheng Jiang > --- > v2: > * Change the way passing args > * Change

Re: [dpdk-dev] [PATCH v2] examples/vhost: fix potential overflow in args process

2021-05-03 Thread Maxime Coquelin
On 4/27/21 5:14 AM, Cheng Jiang wrote: > Change the way passing args to fix potential overflow in args process. > > Coverity issue: 363741 > Fixes: 965b06f0358 ("examples/vhost: enhance getopt_long usage") > > Signed-off-by: Cheng Jiang > --- > v2: > * Change the way passing args > * Change