From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id AFF582C0B for ; Thu, 30 Jun 2016 09:34:23 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 30 Jun 2016 00:34:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,550,1459839600"; d="scan'208";a="997874034" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 30 Jun 2016 00:34:22 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u5U7YKWU023442; Thu, 30 Jun 2016 15:34:20 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u5U7YG8l014423; Thu, 30 Jun 2016 15:34:18 +0800 Received: (from beileixi@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u5U7YGsP014419; Thu, 30 Jun 2016 15:34:16 +0800 From: Beilei Xing To: jingjing.wu@intel.com, michalx.k.jastrzebski@intel.com Cc: dev@dpdk.org Date: Thu, 30 Jun 2016 15:34:16 +0800 Message-Id: <1467272056-14388-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/4] i40e: 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: Thu, 30 Jun 2016 07:34:24 -0000 Fix some open coverity defects. Beilei Xing (4): i40e: fix wrong operator i40e: fix dereference before null check i40e: fix out-of-bounds access examples/tep_term: fix out-of-bounds access drivers/net/i40e/i40e_ethdev.c | 35 ++++++++++++++++++++-------------- drivers/net/i40e/i40e_ethdev_vf.c | 7 +++++-- examples/tep_termination/vxlan_setup.c | 2 +- 3 files changed, 27 insertions(+), 17 deletions(-) -- 2.5.0