From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 00058385084A; Mon, 5 Jun 2023 15:07:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00058385084A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685977669; bh=OvPAEizf/aDryIp/cp4BpKD4ZzKQ19dEQNNYyPrtVrA=; h=From:To:Subject:Date:From; b=kJ4zDT2RYINP6D4mwUSHXEfOuoafxE2gGuBgbThslHQPwTjvSPmgcxGxXGSkP6Xf6 16GOH/UM9ls4y/Pg1fdF7cZo5GBUjfPlF6OUfBgh6f+T0dgw4wWqxw+tVsIuI9LvGy Jtguju7axr/NvSRBCajfywNZhEWx1r7XNGAxvmLA= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/30515] New: _dl_find_object incorrectly returns 1 during early startup Date: Mon, 05 Jun 2023 15:07:48 +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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: NEW 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 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=3D30515 Bug ID: 30515 Summary: _dl_find_object incorrectly returns 1 during early startup Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: dynamic-link Assignee: unassigned at sourceware dot org Reporter: fweimer at redhat dot com Target Milestone: --- _dl_find_object_slow returns 1 instead of 0 to report success. Found during code inspection, no application impact is known. --=20 You are receiving this mail because: You are on the CC list for the bug.=