From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94387 invoked by alias); 19 Feb 2020 16:49:45 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 94379 invoked by uid 89); 19 Feb 2020 16:49:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:275 X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Feb 2020 16:49:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582130982; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:autocrypt:autocrypt; bh=I1THXDPRUntovQ177owG3zTo2E3kvAzVqKxURGCLRDA=; b=RyGbY6lUIDsUuga02YrkOJtdPb9A6cc1BySsZ4UVe08qLi+gD4DgR+TbcMbon5wVM5MUxs G5qHx1mnDRANT4D4YBUWyw9+bAGtAM2whbYZNgOvnXSJmEOJAg17PYJx/4+LnXltuYB3kE FpVxcz281M7VZl3Ddn0YkcLR/1lUFog= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-247-mKskDAr5N72Fuj0Ga5b_bQ-1; Wed, 19 Feb 2020 11:49:40 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3DF731800D42; Wed, 19 Feb 2020 16:49:39 +0000 (UTC) Received: from [10.36.116.228] (ovpn-116-228.ams2.redhat.com [10.36.116.228]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8309977931; Wed, 19 Feb 2020 16:49:38 +0000 (UTC) Subject: Re: [PATCH] plugin: Call dlclose before return in try_load_plugin To: "H.J. Lu" , Alan Modra Cc: Binutils References: <20200218125016.140100-1-hjl.tools@gmail.com> <20200219045924.GN5570@bubble.grove.modra.org> From: Nick Clifton Message-ID: <5bd3ebe5-8bc7-c247-30ae-e66e8a2ecad0@redhat.com> Date: Wed, 19 Feb 2020 16:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00475.txt.bz2 Hi H.J. >>>> PR binutils/25355 >>>> * plugin.c (plugin_list_entry): Remove handle. >>>> (try_load_plugin): Call dlclose before return. > Is it OK for backport to 2.34 branch? Yes - please do. Cheers Nick