From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] examples/performance-thread: fix out-of-bounds read Date: Sat, 14 Oct 2017 01:23:16 +0200 Message-ID: <251344991.867CQ5TZYh@xps> References: <1505895624-25734-1-git-send-email-slawomirx.mrozowicz@intel.com> <60ABE07DBB3A454EB7FAD707B4BB158213C457FA@IRSMSX109.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Jastrzebski, MichalX K" , "Mcnamara, John" , dev@dpdk.org, "ian.betts@intel.com" To: "Mrozowicz, SlawomirX" Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 6D0361B5E5 for ; Sat, 14 Oct 2017 01:23:18 +0200 (CEST) In-Reply-To: <60ABE07DBB3A454EB7FAD707B4BB158213C457FA@IRSMSX109.ger.corp.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" > > Overrunning array per_lcore_this_sched->current_lthread->tls->data of > > 1024 8-byte elements at element index 1024 using index k. > > Fixed by correct check k condition. > > > > Coverity issue: 143462 > > Fixes: 116819b9ed0d ("examples/performance-thread: add lthread > > subsystem") > > Cc: ian.betts@intel.com > > Cc: stable@dpdk.org > > > > Signed-off-by: Slawomir Mrozowicz > > Acked-by: Michal Jastrzebski Applied, thanks