From nobody Thu Dec 7 00:28:22 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Slw9M2ZSqz53G7k for ; Thu, 7 Dec 2023 00:28:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Slw9M170jz4Mhd for ; Thu, 7 Dec 2023 00:28:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1701908903; a=rsa-sha256; cv=none; b=uNCclKBFvzCqLy8Cl0eag+Y9UuklMFEkfljashvymIlA+b7E2QWUFnRRuk5VJzjcmW8HQ/ Ef26tchrF9DZ4KyN2uBzzAArRXkoQEo6LRSB2hWsK7xvcZas88k6PTUjqTFXvdhRkhPq7O OSrXAI+8486IoM8XVZl+/mHiUjDZQssHAAwjSLK0Y9zuE7ntV8hRsk9QkFchHCDl0zJvi3 F/fPcRBghbx3GHsA4VKKXxXsMxIKsxTN7CgF4ul7l94mrVsVyuZIoOzHnpHJ/d5iNO/iyl Zr1fPxvnxe3Hfmmi5KGxUUcqzRcxlGXOYSvYxa5gNS72C0l2WIYGZTs8W1yDjg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1701908903; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rlcJWuFiPag3iTFy8pdvlwhzyukZHTdOlstDTa8QFgg=; b=EkorVLLIqI6vR2g3mNIyvUTScipYV2OQPixGbIb6Olbzufb3QtFVb6n1TBqHbfezGib68b FrO9qhcT038RlhDdgVt6FK7uWOny7Uc+MgYz45fZ5KJD1PZSkifl6m7PdKOlRM6rULTou5 +ZcU2gIomR4QtAwLEL523ntkFMTKVvjkBKA5HFSxBjN0/RMg5J+zteZX2s0OHyrK1Aa8rj LNoBK/Zp1Uo7PNbkucHNONX25KxHqAE8yFq9LX556VsxFOymQBW+yANv2Nq5XTHNtnBNe1 PGudKX26cbjsYgqd14RQ+PzhOBv9ZXbbdY7HD4LsHyk5ZZ8I9J36PXptS3pwPw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Slw9M0B2qz14l for ; Thu, 7 Dec 2023 00:28:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3B70SMGF005534 for ; Thu, 7 Dec 2023 00:28:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3B70SMPh005533 for bugs@FreeBSD.org; Thu, 7 Dec 2023 00:28:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 275393] RTLD_DEEPBIND semantics not quite right Date: Thu, 07 Dec 2023 00:28:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: 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: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275393 --- Comment #7 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D07fa8d431c0ea291a0e4b79a0bb81707d= 0b119e6 commit 07fa8d431c0ea291a0e4b79a0bb81707d0b119e6 Author: Konstantin Belousov AuthorDate: 2023-11-29 18:30:59 +0000 Commit: Konstantin Belousov CommitDate: 2023-12-07 00:27:34 +0000 RTLD_DEEPBIND: make lookup not just symbolic, but walk all refobj' DAGs PR: 275393 (cherry picked from commit 9daf6cd0f46416d9c6eb0411ea6042cd42b8a9bc) libexec/rtld-elf/rtld.c | 8 ++++++-- libexec/rtld-elf/rtld.h | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.=