From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatoly Burakov Subject: [PATCH v2] Coverity fixes for EAL Date: Wed, 25 Apr 2018 11:08:12 +0100 Message-ID: References: Cc: thomas@monjalon.net To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 65A364C78 for ; Wed, 25 Apr 2018 12:08:16 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset fixes a few Coverity fixes in EAL introduced by recent DPDK memory hotplug patchset. Coverity issues fixed: - 272607 - error condition not handled Coverity issues not fixed: - 272600 - negative return not handled - Proper usage of API guarantees no negative return One of existing coverity issues is not fixed by this patchset: - 272585 - memory leak due to being independently discovered and addressed in a separate patch [1]. [1] http://dpdk.org/dev/patchwork/patch/38301/ v2: - Dropped fix for 272600 and marked it as false positive Anatoly Burakov (1): eal: remove call to unlock lib/librte_eal/linuxapp/eal/eal_hugepage_info.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -- 2.7.4