From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RFC 4/5] eal/memory: avoid double munmap in error path Date: Wed, 07 Nov 2018 00:10:25 +0100 Message-ID: <2208397.5mL6VcYqBX@xps> References: <20181106214901.1392-1-stephen@networkplumber.org> <20181106214901.1392-5-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 185052862 for ; Wed, 7 Nov 2018 00:10:30 +0100 (CET) In-Reply-To: <20181106214901.1392-5-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 22:49, Stephen Hemminger: > Don't call munmap of hugepage memory twice in the error path. > > Coverity issue: 325730 > Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists") > Signed-off-by: Stephen Hemminger Thank you Anatoly submitted the same fix: https://patches.dpdk.org/patch/47898/