From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5ADC93853D06; Fri, 7 Jul 2023 09:13:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5ADC93853D06 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688721230; bh=i/tuaubj9TnapgREAUSFZo/4C8/KmGNVqENnlLhIeiE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uiaG0wKSuW44tqqnEP4lIrCUgy1tVpygpPb7lS8ivhk2gvSCY5DmOlX8J3T6kR26J d7B/iVm1GsN4gNXhphUqtCkkbYG/hLSC8+XtHNjDyFAc7YQb7taQUERxArpV8R+tqq Ky1KT6Z2RO96/7+Zd+8CMwV9rmvwWB069maSpDgI= 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:13:50 +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 #3 from cvs-commit at gcc dot gnu.org --- The release/2.37/master branch has been updated by Florian Weimer : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D3f4b4e2cdd529266ea5= a2c6c5e0c66bab81bfd0e commit 3f4b4e2cdd529266ea5a2c6c5e0c66bab81bfd0e 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.=