From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E86CB3858027; Fri, 24 Nov 2023 07:24:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E86CB3858027 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700810660; bh=cJUqu/n6hP4ByryoGabGvi6bU2CCdN7O3UqELehcREc=; h=From:To:Subject:Date:From; b=AwW0gOkDN3JSysagWuvRa1Z93a4M+Sviu+Pw4d0EIdky4/sSg6JLczESeyx60t8Py jar2xMmvAOFFi+1tNm+py7biNVai97Eag37RlwId/GEUgY2SrnW1NknPalC5lCpV6i o4jgaKXptImxPPAavfZhYuvhXuivGqsvUYRG4Flk= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/31083] New: Improve compatibility with objects without DT_NEEDED dependencies Date: Fri, 24 Nov 2023 07:24:20 +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: unspecified 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: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone 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=3D31083 Bug ID: 31083 Summary: Improve compatibility with objects without DT_NEEDED dependencies Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: dynamic-link Assignee: unassigned at sourceware dot org Reporter: fweimer at redhat dot com Target Milestone: --- The changes in bug 17645 for dependency sorting may place objects without dependencies differently. As a result, underlinked objects with implicit dependencies on libc.so.6 may be relocated before libc.so.6, resulting in relocation failures or crashes when IFUNC resolvers in libc.so.6 are invoke= d. It should be possible to relocate libc.so.6 earlier, so that it is already relocated when those IFUNC resolvers are invoked. --=20 You are receiving this mail because: You are on the CC list for the bug.=