From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2] enic: negative array index write Date: Fri, 24 Jun 2016 12:44:58 +0100 Message-ID: <20160624114458.GH13456@bricha3-MOBL3> References: <5767FF37.1050404@intel.com> <1466450866-23095-1-git-send-email-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: slawomirx.mrozowicz@intel.com, ferruh.yigit@intel.com, dev@dpdk.org To: John Daley Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CDDEAC666 for ; Fri, 24 Jun 2016 13:45:02 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1466450866-23095-1-git-send-email-johndale@cisco.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" On Mon, Jun 20, 2016 at 12:27:46PM -0700, John Daley wrote: > Negative array index write using variable pos as an index to array > enic->fdir.nodes. Fixed by add array index check. > > Fixes: fefed3d1e62c ("enic: new driver") Coverity ID 13270 > Signed-off-by: John Daley > --- > Applied to dpdk-next-net/rel_16_07 /Bruce