From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C94E3857437; Fri, 17 Feb 2023 16:50:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C94E3857437 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676652625; bh=5W9qf4VdVf3tvtIbdvbA+DVXf0BWcNVZXPtYL9lqbzc=; h=From:To:Subject:Date:From; b=G/d+RyzjazltQ2/13IlmRs2gCa7jXp35zqUOSxWz5q/Oukg+NeiIgjdWGwCXFE9FQ YYUUwQE+swEYPA628fCnjPZof12+98YTcIXfIbsH8j3sCR05lpIpHjlYpQ3j8246dX m3cpfE9w6dx/TD/2dG86kV2hWewGs1zyjtQ/Waj0= From: "stsp at users dot sourceforge.net" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/30134] New: DT_AUDIT is ignored for dlopen()ed solib Date: Fri, 17 Feb 2023 16:50:24 +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.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: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created 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=3D30134 Bug ID: 30134 Summary: DT_AUDIT is ignored for dlopen()ed solib Product: glibc Version: 2.38 Status: UNCONFIRMED Severity: normal Priority: P2 Component: dynamic-link Assignee: unassigned at sourceware dot org Reporter: stsp at users dot sourceforge.net Target Milestone: --- Created attachment 14691 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14691&action=3Ded= it test case The attached test-case links a solib with --audit and then dlopen()s it. If you do `ldd glreflib1.so` you'll see the auditor printouts, so DT_AUDIT is set. But dlopen() seems to ignore DT_AUDIT. --=20 You are receiving this mail because: You are on the CC list for the bug.=