From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1DC6E3858D38; Sat, 18 Feb 2023 01:44:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DC6E3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676684665; bh=7RRmEYBN0n8YC5U7EXxb1Mkgh7zpW3G73Ru/FSRKX6Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=N5x23YlZuKtloWMhuIpvnsC/nFpoYESh7kOhVh+SOGfQ5UTPSHSNKojSQMcZiVtGr 94Pxa8PAMDLXJBZU6xWcllEAVlCR7RuXmoCKnZ63/aI6YLvpBtvI9CNtEzEy4ESKYh bvckNLdk1/lUhnpg3IY0QjJICUdJlpjD1Hvj9ppc= From: "stsp at users dot sourceforge.net" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/30134] DT_AUDIT is ignored for dlopen()ed solib Date: Sat, 18 Feb 2023 01:44:24 +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.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: stsp at users dot sourceforge.net X-Bugzilla-Status: UNCONFIRMED 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: 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=3D30134 --- Comment #3 from Stas Sergeev --- (In reply to Stas Sergeev from comment #2) > It will likely make DT_DEPAUDIT unneeded > as a bonus. :) Or actually not: dlopen() should just process both DT_AUDIT and DT_DEPAUDIT entries because the dep libs could also have DT_AUDIT. DT_DEPAUDIT will allow dlopen() to load everything in advance. --=20 You are receiving this mail because: You are on the CC list for the bug.=