From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0823B3858D37; Mon, 29 Aug 2022 09:53:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0823B3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661766798; bh=pnWcJyr5QKqXaTKkvfolVsthk0oWjhbugNM1zhVVqhU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gF8JPN1FnSktuIluTxOxt7/eASfhyLNQ25Ai5x08OX/Pz8emXIF2RS/qWj9RKUdYN xAYuAkl8/hFEMhX/Qea/gtP6nefat8o7Rc0A8n24uMvyb8iD/1ndTAoy1NLsyC9NvR uQJNbgVxVFnEDzciMkrLx5d11VQTF9rsATEKRgSs= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/28248] is there a way to LD_PRELOAD library before other dynamic libraries? Date: Mon, 29 Aug 2022 09:53:15 +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.33 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: WAITING 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_status everconfirmed cf_reconfirmed_on 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=3D28248 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 Last reconfirmed| |2022-08-29 --- Comment #6 from Florian Weimer --- In glibc 2.34, we stopped using -z initfirst for libpthread, which means th= at is in theory now available for application use. Maybe using that for your shared object is now an option? --=20 You are receiving this mail because: You are on the CC list for the bug.=