From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 31D0921BFD; Tue, 13 Nov 2018 20:00:28 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 13 Nov 2018 20:00:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=uGsse/JAgYPJ6jjgDnsUm4CLUf41FkurSC5I3YASAlE=; b=UwfxhSAYuACK zmYzC0XT+8SiycepMFU7CooNJLd5WTWy/8OVT0Mhl6G/cHX6AlXYd17uRVL9noxq cory3nBHQeHIxXnaArfgeSIJgEPVBxdIJ8QGsaawYxdwPcqHID/seMROt0I6t7RA omAuHiNS0+dJE4uv16R6vft2uA8rSiA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=uGsse/JAgYPJ6jjgDnsUm4CLUf41FkurSC5I3YASA lE=; b=kzn6fcIuxzz2OVsI9iguB9IS3ppcC9VDmYIU5skuY/95IQQeAS1Ah9efc afzchGzt6x702ojeCbRvDfyUOw+xawNWqf7mm7HiYhSEfLwm7KZ7dQBItq4lpBHg 0LW+wqWZLVUTxZPHQEGfGEdZ0YyDQgO4/iONcPQD0SJCSaQbPmD2cR9hBscdGhsR hGzT47upCWVf9W3Lr3rj0TnTZGBMqSLKk5mVw8j1iOfdiFhvecRYj2Jnv5wibF9y vNXwotqauMXuXXLtdE1Uz9doejjJy3XSubLCy2q+kpHAwc98nOUHsAzApPphIM5H SX9tUuzznW1ugbEK2VQH773asBhQQ== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 416B4102A0; Tue, 13 Nov 2018 20:00:27 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Wed, 14 Nov 2018 02:00:26 +0100 Message-ID: <5107917.VjaaMAGOcP@xps> In-Reply-To: <20181106193005.5383-1-stephen@networkplumber.org> References: <20181106193005.5383-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/4] Coverity issue fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2018 01:00:28 -0000 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.