From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/l2fwd-crypto: out-of-bounds read Date: Mon, 11 Jul 2016 16:50:48 +0200 Message-ID: <3643994.5KeFe9M07i@xps13> References: <1467202744-4140-1-git-send-email-slawomirx.mrozowicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Declan Doherty To: Slawomir Mrozowicz Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id CAC112BBD for ; Mon, 11 Jul 2016 16:50:53 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id i5so20733204wmg.0 for ; Mon, 11 Jul 2016 07:50:53 -0700 (PDT) In-Reply-To: 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" > > Overrunning array crypto_statistics of 32 64-byte elements > > at element index 63 using index cdevid. > > Fixed by extend crypto_statistics array. > > > > Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application") > > Coverity ID 120145 > > > > Signed-off-by: Slawomir Mrozowicz > > > Acked-by: Declan Doherty Applied, thanks