Re: [dpdk-dev] [PATCH] app/testpmd: fix memory access error for metering CLI

2017-11-06 Thread Ferruh Yigit
On 11/6/2017 10:29 PM, Ferruh Yigit wrote: > On 10/27/2017 2:17 AM, Jasvinder Singh wrote: >> Fix memory access (out of bounds write) error, color and >> action assignments. >> >> Coverity issue: 198437 >> Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and >> policing") >> >> Sig

Re: [dpdk-dev] [PATCH] app/testpmd: fix memory access error for metering CLI

2017-11-06 Thread Ferruh Yigit
On 10/27/2017 2:17 AM, Jasvinder Singh wrote: > Fix memory access (out of bounds write) error, color and > action assignments. > > Coverity issue: 198437 > Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and > policing") > > Signed-off-by: Jasvinder Singh Reviewed-by: Ferruh Y

[dpdk-dev] [PATCH] app/testpmd: fix memory access error for metering CLI

2017-10-27 Thread Jasvinder Singh
Fix memory access (out of bounds write) error, color and action assignments. Coverity issue: 198437 Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and policing") Signed-off-by: Jasvinder Singh --- app/test-pmd/cmdline_mtr.c | 6 ++ 1 file changed, 2 insertions(+), 4 deleti