From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/bbdev: fix out-of-bounds access Date: Wed, 31 Jan 2018 18:27:59 +0100 Message-ID: <1529810.tPZg38SfmF@xps> References: <1517408374-131055-1-git-send-email-amr.mokhtar@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Amr Mokhtar Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 3F9A61B7BA for ; Wed, 31 Jan 2018 18:28:50 +0100 (CET) In-Reply-To: <1517408374-131055-1-git-send-email-amr.mokhtar@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" 31/01/2018 15:19, Amr Mokhtar: > eth_address was improperly accessed in bbdev example > app, this patch removes the use of port_id, it is > irrelevant here. > > Coverity issue: 257021 > Fixes: 1ffee690eaa1 ("examples/bbdev: add sample app") > > Signed-off-by: Amr Mokhtar Applied, thanks