From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 35CA738768A2; Fri, 7 Jul 2023 09:40:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35CA738768A2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688722812; bh=ObqglQb539lJlyI9pEmxXp6wlG4kfzEkQDZqAnPvOQ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IZTEu1+qg3cYZ9De6qku+K1TlX1o04pIDjOTYGZAXDtEL5gcC+XsbkP2r7rhOhIbu BJ4lRm955SgZMpeArU7ydd/9qCeLFnZ4FIrqIdgfscV8+9ityUVT3bDAMuQ3xV2Nfq 84Ds4r04noUjYVd8uM4AaA2EE/PTLJOAk1L4dS2I= 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 09:40:11 +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: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.38 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 #4 from cvs-commit at gcc dot gnu.org --- The release/2.36/master branch has been updated by Florian Weimer : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Dc36912f08335ce28ccf= f963a60853a4035273b34 commit c36912f08335ce28ccff963a60853a4035273b34 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 (cherry picked from commit 1bcfe0f732066ae5336b252295591ebe7e51c301) --=20 You are receiving this mail because: You are on the CC list for the bug.=