From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0CD3D385828E; Fri, 17 Feb 2023 08:38:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0CD3D385828E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676623091; bh=T3SGGjFXXoAUjTVCYBWqlaiPjtacNmC0p99GAjcIbjk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bqPF7GTaMoU7t/YsyN+AJQII2kYWVOsyCM3q5ZBsnVvYJlJvkHtmV6YoK6pWsgDpB qwLYJnW2Hi3gfrv6ALh3U/RlKO0RCKj6V4TzZs2IsU84EeFNI2BsmkWbH3qxjPPLhp 8mMWDo+dBEm2unIovBF1gvAhgj9lXu9pJy2o8ODo= From: "stsp at users dot sourceforge.net" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/30127] [rfe]: enable ld audit at run-time Date: Fri, 17 Feb 2023 08:38:09 +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=3D30127 --- Comment #5 from Stas Sergeev --- (In reply to Florian Weimer from comment #4) > It's possible to enumerate other namespaces using the extended variant of > _r_debug. Zero luck with that: (gdb) p *(struct r_debug_extended *)&_r_debug $4 =3D {base =3D {r_version =3D 2, r_map =3D 0x7ffff7ffe2e0, r_brk =3D 1407= 37353913088,=20 r_state =3D RT_ADD, r_ldbase =3D 140737353904128}, r_next =3D 0x0} r_next is NULL, as you can see. And DT_AUDIT is not empty, I see all printfs from auditors. So audit namespace is not covered by _r_debug? Or am I doing something wrong? --=20 You are receiving this mail because: You are on the CC list for the bug.=