From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 1B3A7D4AA for ; Tue, 17 Apr 2018 17:56:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id ACC4521F26; Tue, 17 Apr 2018 11:56:56 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 17 Apr 2018 11:56:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=3bpCuhJiUdL5BlvGzvYEaPUplV dYR3OCYbX9GoSjCTY=; b=FYWN9k6uZGqdjDhEXI6veuqt85+znnEb8ah3Dnwyai WtSySotCqtfLuP/yjK3ZFxqM+C7MVmV3MMri19ZfnY+UlmR3u9Bz3Ve/bEUM4vqA z0ILuLwEKIJ6kvPMOXOF716uD3xxM+v44z1xoffgVCpJBh2FO24jKF9O0OcMjN82 M= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=3bpCuh JiUdL5BlvGzvYEaPUplVdYR3OCYbX9GoSjCTY=; b=LWraM0/vyRU6IJcEY0BU+V P9KunISIHHJt5m/It8C4pbo+Kyhs7Qnjqfy1JPv4KWMRLt0H/uwc2JhGclsiS2v+ Btj6CdCCJ/PqZqfcnIJ5vNYjDuYROWGi1EhF40N1F1BxNtjKg70x61EKGkT3E+5G rrX5lK1DM9dtOoqqzQJiFSkdyNA9hC+CWQdvkNT+lhKxadyHGIMB+m337XG2xwm4 y3nAkxit19RVuCF79fhEIx1aCQizLBtFJazMaLazjLfyLHntb5NNCk96n6hM9rdu WNb4FvbfKwfG2VS9EYk7rJpk7YwNcmpAAOS9Ol8JPvGVOqEo+b4on/bTJuXhXk4w == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1CEBEE4120; Tue, 17 Apr 2018 11:56:56 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org Date: Tue, 17 Apr 2018 17:56:55 +0200 Message-ID: <2822934.JnSj6TxSKo@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 00/10] Coverity fixes for EAL memory 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: Tue, 17 Apr 2018 15:56:57 -0000 17/04/2018 17:50, Anatoly Burakov: > This patchset fixes a host of coverity issues in memory subsystem > introduced with recent DPDK memory hotplug patchset. > > Coverity issues fixed: > - 272601 - leaking fd > - 272560 - double close fd > - 272568 - leaking fd > - 272570 - leaking fd > - 272589 - dereference before null check > - 272602 - freeing wrong pointer > - 272608 - expression does nothing > - 272577 - negative return not handled > - 272578 - negative return not handled > - 272584 - use after free Looks like you should buy a Coverity license to run it locally before submitting ;)