From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 0/3] fix coverity defects Date: Fri, 8 Jul 2016 16:33:16 +0100 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 Cc: jingjing.wu@intel.com, michalx.k.jastrzebski@intel.com, dev@dpdk.org To: Beilei Xing 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) Content-Disposition: inline In-Reply-To: <1467699005-16235-1-git-send-email-beilei.xing@intel.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 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