From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C63BD20C7D; Mon, 5 Jun 2017 09:32:02 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 05 Jun 2017 09:32:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=RykvFFceRgIvXC5 lEU3UOTaYgKyfM0btoH/f6Pj8Jmo=; b=RraV32OrOqpfPqcbQ8ZtJo2GsHIdHfH d7/RzECoM0ZGMbNQrfXCw2E0wjeHu1KneTicJtELgzFxv4Gk4bjgzSZAXcw4FTa1 Nv2JVr6g1yNShTrYiJ6+CUn3B4L64qSngqhgbgGsDHSBt7Ys5siwoUVUN8CJ/JOE zoUDe+vu+YEQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=RykvFFceRgIvXC5lEU3UOTaYgKyfM0btoH/f6Pj8Jmo=; b=r6tTnTgm UP94EvXOpo4+ZE6EM2pzwqJBV5hkwe4XhZ5uMBAPBkDyPjD4iXe/Vmp6PYi0E/HJ /5IiQQucmfnJINYpWZ8Z6/qt7L69/ezwk56ETCMHtCx1AP1TINpfZWY69WFApOJf 4LK3wsXHPMYcu5pEE/k/aS14aDBLDnBQmB3kwzxnQx4yGMerkKhS2xd9d4igQJ0U ZFZ1BZ8A5IKnZoO1DN81TBgYLG/saucSOG/L70JkgGElDahzPkyJ+giaVTkQmLBQ K5iF7HgXzAJWunGBPcbSpbMtaFnfBV07PTzs9H3oKjFIrM7xfi+8Q0gLhT6BH2OX aWnMFQtxqV7QBg== X-ME-Sender: X-Sasl-enc: yQ02SpeC1ZvhTNY7h0IJpWhTmbgy4xFEi8AHNT36HBPr 1496669522 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7A4BB7E7C6; Mon, 5 Jun 2017 09:32:02 -0400 (EDT) From: Thomas Monjalon To: Remy Horton Cc: dev@dpdk.org Date: Mon, 05 Jun 2017 15:32:01 +0200 Message-ID: <19957807.fx4DrkQSYV@xps> In-Reply-To: <1494507210-24538-1-git-send-email-remy.horton@intel.com> References: <1494507210-24538-1-git-send-email-remy.horton@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] metrics: fix Coverity warnings X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 13:32:03 -0000 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