From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 592DE3858404; Fri, 26 Aug 2022 11:22:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 592DE3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661512942; bh=m0VjH1aSYCeQ9bnyZvpDrsuRRz4dZ8pBnuHOJFXkzHU=; h=From:To:Subject:Date:From; b=GEMUs0/d5GoANiWZyz4lSUA7Zeh7znGXJMcBEiv9E5OXzgItnZcVBE8QpSB0OnuRT Wt0dDxgU6xHs6OFAL0WWisyr8d5EpOcIez1SHiZ/5jmijYB8G3hJ7lMTOHg8HNMSor kowRI14NGCRYuB2YXDqdJk0a5u6bgolC1xzBmoDQ= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/29528] New: __libc_early_init not called after dlmopen Date: Fri, 26 Aug 2022 11:22:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: fweimer at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone flagtypes.name Message-ID: 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 Bug ID: 29528 Summary: __libc_early_init not called after dlmopen Product: glibc Version: 2.37 Status: NEW Severity: normal Priority: P2 Component: dynamic-link Assignee: unassigned at sourceware dot org Reporter: fweimer at redhat dot com Target Milestone: --- Flags: security- The libc_map member of the namespace is never set to NULL after the namespa= ce has been used. This means that dlmopen/dlclose/dlmopen sequence results in = an inner libc that is not initialized correctly. The most obvious problem is t= hat functions such as isalpha crash. --=20 You are receiving this mail because: You are on the CC list for the bug.=