From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0D09D690F for ; Mon, 20 Jun 2016 16:35:50 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 20 Jun 2016 07:35:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,499,1459839600"; d="scan'208";a="979680422" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.97]) ([10.237.220.97]) by orsmga001.jf.intel.com with ESMTP; 20 Jun 2016 07:35:36 -0700 To: Slawomir Mrozowicz , johndale@cisco.com, neescoba@cisco.com References: <1464353766-2404-1-git-send-email-slawomirx.mrozowicz@intel.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <5767FF37.1050404@intel.com> Date: Mon, 20 Jun 2016 15:35:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1464353766-2404-1-git-send-email-slawomirx.mrozowicz@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] 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: Mon, 20 Jun 2016 14:35:51 -0000 On 5/27/2016 1:56 PM, Slawomir Mrozowicz 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: Slawomir Mrozowicz > --- Hi John, Nelson, Any comment to this patch? Thanks, ferruh