From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DC9853858CDB; Mon, 27 Feb 2023 08:27:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC9853858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677486435; bh=SYW30hz0eK9fjOsFsFhSCjCqH4JGj0wNBscCnzyX8JE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=veoZC8K6LUpvWUVcKlz+5GkDmm3ogYk+M33DUbIIolnaWrGP4/igK1QkhbySvNxKH /cQhHC78NsAxt2kqyEzpa98jPd2IkSP0bAYItL+Y7lAfTQcFB4lscosCEK2rfMvHia KSVxa/bASDTx/669ZQyr/uPDrITHMDXu/wch5eBI= 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: Mon, 27 Feb 2023 08:27:12 +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 #19 from Stas Sergeev --- A bit more verbosely: ld adds all sub-dependency DT_AUDITs as DT_DEPAUDIT when linking an executable or solib. So your concern about a recursive search is not valid: the list is already linearized. --=20 You are receiving this mail because: You are on the CC list for the bug.=