From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/4] Coverity issue fixes Date: Wed, 14 Nov 2018 02:00:26 +0100 Message-ID: <5107917.VjaaMAGOcP@xps> References: <20181106193005.5383-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id A413454AE for ; Wed, 14 Nov 2018 02:00:28 +0100 (CET) In-Reply-To: <20181106193005.5383-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/11/2018 20:30, Stephen Hemminger: > These are all error path issues and should not matter in > a real application; most of the error are impossible to cause > and applications just fail if setup fails. > > Stephen Hemminger (4): > net/failsafe: avoid rte_memcpy if rte_realloc fails > bus/vmbus: fix directory handle leak on error > net/tap: fix file descriptor leak on error > net/tap: fix warning about comparison of fd Series applied without failsafe patch.