Re: [dpdk-dev] [PATCH v1] metrics: fix Coverity warnings

2017-06-05 Thread Thomas Monjalon
11/05/2017 14:53, Remy Horton: > Fixes memory access errors detected by Coverity. > All cases are the maximum permissable value causing an > out-by-one overrun. > > Coverity issue 143433: Memory - illigal access > Coverity issue 143434: Memory - illigal access > Coverity issue 143460: Memory - cor

[dpdk-dev] [PATCH v1] metrics: fix Coverity warnings

2017-05-11 Thread Remy Horton
Fixes memory access errors detected by Coverity. All cases are the maximum permissable value causing an out-by-one overrun. Coverity issue 143433: Memory - illigal access Coverity issue 143434: Memory - illigal access Coverity issue 143460: Memory - corruptins Coverity issue 143464: Memory - illig