From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6C39C9AB9 for ; Fri, 8 Jul 2016 17:33:40 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 08 Jul 2016 08:33:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,330,1464678000"; d="scan'208";a="731467328" Received: from ahaldar-mobl.ger.corp.intel.com ([10.252.24.62]) by FMSMGA003.fm.intel.com with SMTP; 08 Jul 2016 08:33:18 -0700 Received: by (sSMTP sendmail emulation); Fri, 08 Jul 2016 16:33:16 +0025 Date: Fri, 8 Jul 2016 16:33:16 +0100 From: Bruce Richardson To: Beilei Xing Cc: jingjing.wu@intel.com, michalx.k.jastrzebski@intel.com, dev@dpdk.org Message-ID: <20160708153315.GB29116@bricha3-MOBL3> References: <1467272056-14388-1-git-send-email-beilei.xing@intel.com> <1467699005-16235-1-git-send-email-beilei.xing@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467699005-16235-1-git-send-email-beilei.xing@intel.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 0/3] fix coverity defects 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, 08 Jul 2016 15:33:42 -0000 On Tue, Jul 05, 2016 at 02:10:02PM +0800, Beilei Xing wrote: > Fix some open coverity defects. > > V2 changes: > Rework commit log. > Refactor patchset. > > Beilei Xing (3): > i40e: fix log error > i40e: fix dereference before null check > i40e: fix out-of-bounds access > > drivers/net/i40e/i40e_ethdev.c | 35 +++++++++++++++++++++-------------- > drivers/net/i40e/i40e_ethdev_vf.c | 7 +++++-- > 2 files changed, 26 insertions(+), 16 deletions(-) > Applied to dpdk-next-net/rel_16_07 /Bruce