metrics: fix out of bound access
authorRemy Horton <remy.horton@intel.com>
Thu, 11 May 2017 12:53:30 +0000 (13:53 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 5 Jun 2017 13:30:27 +0000 (15:30 +0200)
commit710cab6f675a2dbad2cdad6942aa379db5d7a508
tree3c761e954635aa29c0db8092d486a3624a352595
parentbbdb7136652ab80a77e9e3231b06dc63c5cd686b
metrics: fix out of bound access

Fixes memory access errors detected by Coverity.
All cases are the maximum permissable value causing an
out-by-one overrun.

Coverity issue: 143433, 143434, 143460, 143464
Fixes: 349950ddb9c5 ("metrics: add information metrics library")

Signed-off-by: Remy Horton <remy.horton@intel.com>
lib/librte_metrics/rte_metrics.c