From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6B99385803F; Fri, 14 Oct 2022 09:29:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6B99385803F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665739747; bh=oe7Yneo5Eyox7YOBM7MUiyNFWjWf9aDmFxo1/Q2TLNI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aPZ/AZtdF30nEVPBZr3a6LYmoh5lwUIyow/4pZOPnU2z3gBJGE6Zac+scqvoRCB1h 6HXl6xsySPF+z/6NR/9TfU4o3KYGAnetzZ+2INLmfKWZErVwt3UZyGHz2P7xgzo2i1 2f+kqZs53Lh8h21Jmm3ZlIu4Xa6k4zn/l55FoY/Q= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/29528] __libc_early_init not called after dlmopen that reuses namespace Date: Fri, 14 Oct 2022 09:29:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.37 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29528 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The release/2.36/master branch has been updated by Florian Weimer : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D19535f3b57306ea3ec5= 59a6c0b10d2d7a87418a7 commit 19535f3b57306ea3ec559a6c0b10d2d7a87418a7 Author: Florian Weimer Date: Fri Oct 14 11:02:25 2022 +0200 elf: Do not completely clear reused namespace in dlmopen (bug 29600) The data in the _ns_debug member must be preserved, otherwise _dl_debug_initialize enters an infinite loop. To be conservative, only clear the libc_map member for now, to fix bug 29528. Fixes commit d0e357ff45a75553dee3b17ed7d303bfa544f6fe ("elf: Call __libc_early_init for reused namespaces (bug 29528)"), by reverting most of it. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell (cherry picked from commit 2c42257314536b94cc8d52edede86e94e98c1436) --=20 You are receiving this mail because: You are on the CC list for the bug.=