From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id F2CCC5A35 for ; Wed, 3 Jun 2015 16:20:48 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so93236732wib.1 for ; Wed, 03 Jun 2015 07:20:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=mokGdEB4AHMXfRZWCOrm+rsPqgQD/pS8yweyzAFpJj8=; b=gAiNTez54a5TfcSlLXawqzyCXQA9GO+AQJrUcpbdCS5Tbqnzg4GMlxdeDQ9l1EksOH Vu4ad5orpfROdW20c3iRiQ3ydLJSgVzDHQFdXNrSGv57/7LyuaH7z0ElVkimt6rBCCVT 7Q9UC3JxUR7aOEbZTksqhpCt0wR8vRNNjjroGBHJr4QJtlob4R5nj1lkj92D4DnR23pj Vkqg8gbJmo96mOgYPVX9uFhYwQ5k1PpK4vfg1sdZaiUiLScFSBDYm8fGk1GREiXVrwyH i/k6TOcMrT3ta+Ld7miMXSkRjOnpLO6XhsxpM8NZsv3BD5+yXDIZqcMyHIOYm6nIFXr9 rWvw== X-Gm-Message-State: ALoCoQlozIwY8elkhUtmfyAbj16oRHRaRGO2HcnvqxWZ9YI9ovdIJImglj7bVx1RoCcivrlxa3uK X-Received: by 10.194.22.131 with SMTP id d3mr50536537wjf.111.1433341247849; Wed, 03 Jun 2015 07:20:47 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id em17sm1906509wid.11.2015.06.03.07.20.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Jun 2015 07:20:46 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Wed, 03 Jun 2015 16:19:57 +0200 Message-ID: <3772497.7mh5ftExE8@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <20150603130646.GA6236@bricha3-MOBL3> References: <1433255928-11461-1-git-send-email-thomas.monjalon@6wind.com> <20150603130646.GA6236@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] examples/load_balancer: fix build with gcc 5.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 14:20:49 -0000 2015-06-03 14:06, Bruce Richardson: > On Tue, Jun 02, 2015 at 04:38:48PM +0200, Thomas Monjalon wrote: > > GCC 5.1 detects more out-of-bounds accesses: > > error: array subscript is above array bounds [-Werror=array-bounds] > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Bruce Richardson Applied, thanks