From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] metrics: fix Coverity warnings Date: Mon, 05 Jun 2017 15:32:01 +0200 Message-ID: <19957807.fx4DrkQSYV@xps> References: <1494507210-24538-1-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Remy Horton Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6C5947CC8 for ; Mon, 5 Jun 2017 15:32:03 +0200 (CEST) In-Reply-To: <1494507210-24538-1-git-send-email-remy.horton@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 - corruptins > Coverity issue 143464: Memory - illigal access > > Fixes: 349950ddb9c5 ("metrics: add information metrics library") > > Signed-off-by: Remy Horton Applied, thanks