From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ip_pipeline: fix out-of-bounds write Date: Mon, 16 May 2016 19:32:42 +0200 Message-ID: <2824831.QkOb94s34E@xps13> References: <1460627627-1990-1-git-send-email-marcinx.kerlin@intel.com> <3EB4FA525960D640B5BDFFD6A3D89126479A6E2B@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: "Kerlin, MarcinX" Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 508CE6CBD for ; Mon, 16 May 2016 19:32:44 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id n129so110061524wmn.1 for ; Mon, 16 May 2016 10:32:44 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126479A6E2B@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > CID 124567: > > In the function app_init_eal(struct app params * app) number of > > entries into array exceeds the size of the array if the conditions > > are fulfilled. > > > > Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") > > > > Signed-off-by: Marcin Kerlin > > Acked-by: Cristian Dumitrescu Applied, thanks