From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C736DC3C2 for ; Thu, 16 Jun 2016 13:21:34 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 16 Jun 2016 04:21:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,480,1459839600"; d="scan'208";a="122974377" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.73]) ([10.237.220.73]) by fmsmga004.fm.intel.com with ESMTP; 16 Jun 2016 04:21:24 -0700 To: Slawomir Mrozowicz , david.marchand@6wind.com References: <1465997149-10610-1-git-send-email-slawomirx.mrozowicz@intel.com> Cc: dev@dpdk.org From: Sergio Gonzalez Monroy Message-ID: Date: Thu, 16 Jun 2016 12:21:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1465997149-10610-1-git-send-email-slawomirx.mrozowicz@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4] eal: out-of-bounds write 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: Thu, 16 Jun 2016 11:21:35 -0000 On 15/06/2016 14:25, Slawomir Mrozowicz wrote: > Overrunning array mcfg->memseg of 256 44-byte elements > at element index 257 using index j. > Fixed by add condition with message information. > > Fixes: af75078fece3 ("first public release") > Coverity ID 13282 > > Signed-off-by: Slawomir Mrozowicz > --- Acked-by: Sergio Gonzalez Monroy