From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <rosen.xu@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id DB5961F1C
 for <dev@dpdk.org>; Tue, 22 May 2018 12:25:34 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga006.fm.intel.com ([10.253.24.20])
 by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 22 May 2018 03:25:33 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.49,429,1520924400"; d="scan'208";a="230749050"
Received: from dpdkx8602.sh.intel.com ([10.67.110.200])
 by fmsmga006.fm.intel.com with ESMTP; 22 May 2018 03:25:31 -0700
From: Rosen Xu <rosen.xu@intel.com>
To: dev@dpdk.org,
	thomas@monjalon.net
Cc: rosen.xu@intel.com, roy.fan.zhang@intel.com, declan.doherty@intel.com,
 bruce.richardson@intel.com, shreyansh.jain@nxp.com, ferruh.yigit@intel.com,
 konstantin.ananyev@intel.com, tianfei.zhang@intel.com, song.liu@intel.com,
 hao.wu@intel.com, gaetan.rivet@6wind.com
Date: Tue, 22 May 2018 18:26:15 +0800
Message-Id: <1526984778-95506-1-git-send-email-rosen.xu@intel.com>
X-Mailer: git-send-email 1.8.3.1
In-Reply-To: <1526478506-153943-1-git-send-email-rosen.xu@intel.com>
References: <1526478506-153943-1-git-send-email-rosen.xu@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/3] Fix bus/ifpga coverity issue: 279455,
	279459 and 279454
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 22 May 2018 10:25:35 -0000

This patch set fix bus/ifpga coverity issue: 279455, 279459 and 279454

v2 updates:
===========
 - Add more description, devide to 3 patches

v1 updates:
===========
 - Fix Coverity issue: 279455, 279459 and 279454

Rosen Xu (3):
  bus/ifpga: fix error control flow issue
  bus/ifpga: fix resource leaks issue
  bus/ifpga: fix null pointer dereferences issue

 drivers/bus/ifpga/ifpga_bus.c | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

-- 
1.8.3.1