From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B9A7385C6D9; Fri, 7 Jul 2023 08:44:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B9A7385C6D9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688719492; bh=I/mr5LN2Ak3oAM5ViR2k6ONrl7Bnk3mnugfDmP9C/8A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jEPxJyRVBhYDnE3xs6OGYZIx6H9oCoqZb3+YK7UbjBZjouXE8vNFZAzAh9MP4+Yhf RFk/tLnyLYEMCjjcHIq/KWI5tWsYbX7jnPmIfUXUdoauuMVnbyjLdEi6w/8ftQQjyi hwfrljeEQTfVRDln8W14VgAlYqD4dKrqaC2lZRPY= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/30515] _dl_find_object incorrectly returns 1 during early startup Date: Fri, 07 Jul 2023 08:44:51 +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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com 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=3D30515 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Florian Weimer : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D1bcfe0f732066ae5336= b252295591ebe7e51c301 commit 1bcfe0f732066ae5336b252295591ebe7e51c301 Author: Florian Weimer Date: Fri Jul 7 10:11:26 2023 +0200 elf: _dl_find_object may return 1 during early startup (bug 30515) Success is reported with a 0 return value, and failure is -1. Enhance the kitchen sink test elf/tst-audit28 to cover _dl_find_object as well. Fixes commit 5d28a8962dcb ("elf: Add _dl_find_object function") and bug 30515. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --=20 You are receiving this mail because: You are on the CC list for the bug.=