From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 24 Jun 2016 04:45:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,520,1459839600"; d="scan'208";a="982519516" Received: from singalsu-mobl4.ger.corp.intel.com ([10.252.31.226]) by orsmga001.jf.intel.com with SMTP; 24 Jun 2016 04:44:59 -0700 Received: by (sSMTP sendmail emulation); Fri, 24 Jun 2016 12:44:58 +0025 Date: Fri, 24 Jun 2016 12:44:58 +0100 From: Bruce Richardson To: John Daley Cc: slawomirx.mrozowicz@intel.com, ferruh.yigit@intel.com, dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1466450866-23095-1-git-send-email-johndale@cisco.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] enic: negative array index 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: Fri, 24 Jun 2016 11:45:03 -0000 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