public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/30515] New: _dl_find_object incorrectly returns 1 during early startup
@ 2023-06-05 15:07 fweimer at redhat dot com
  2023-06-05 15:08 ` [Bug dynamic-link/30515] " fweimer at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2023-06-05 15:07 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=30515

            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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug dynamic-link/30515] _dl_find_object incorrectly returns 1 during early startup
  2023-06-05 15:07 [Bug dynamic-link/30515] New: _dl_find_object incorrectly returns 1 during early startup fweimer at redhat dot com
@ 2023-06-05 15:08 ` fweimer at redhat dot com
  2023-07-07  8:44 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2023-06-05 15:08 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=30515

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at sourceware dot org   |fweimer at redhat dot com
                 CC|                            |fweimer at redhat dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug dynamic-link/30515] _dl_find_object incorrectly returns 1 during early startup
  2023-06-05 15:07 [Bug dynamic-link/30515] New: _dl_find_object incorrectly returns 1 during early startup fweimer at redhat dot com
  2023-06-05 15:08 ` [Bug dynamic-link/30515] " fweimer at redhat dot com
@ 2023-07-07  8:44 ` cvs-commit at gcc dot gnu.org
  2023-07-07  8:45 ` fweimer at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-07-07  8:44 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=30515

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Florian Weimer <fw@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1bcfe0f732066ae5336b252295591ebe7e51c301

commit 1bcfe0f732066ae5336b252295591ebe7e51c301
Author: Florian Weimer <fweimer@redhat.com>
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 <carlos@redhat.com>
    Tested-by: Carlos O'Donell <carlos@redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug dynamic-link/30515] _dl_find_object incorrectly returns 1 during early startup
  2023-06-05 15:07 [Bug dynamic-link/30515] New: _dl_find_object incorrectly returns 1 during early startup fweimer at redhat dot com
  2023-06-05 15:08 ` [Bug dynamic-link/30515] " fweimer at redhat dot com
  2023-07-07  8:44 ` cvs-commit at gcc dot gnu.org
@ 2023-07-07  8:45 ` fweimer at redhat dot com
  2023-07-07  9:13 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2023-07-07  8:45 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=30515

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.38
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
Fixed for 2.38.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug dynamic-link/30515] _dl_find_object incorrectly returns 1 during early startup
  2023-06-05 15:07 [Bug dynamic-link/30515] New: _dl_find_object incorrectly returns 1 during early startup fweimer at redhat dot com
                   ` (2 preceding siblings ...)
  2023-07-07  8:45 ` fweimer at redhat dot com
@ 2023-07-07  9:13 ` cvs-commit at gcc dot gnu.org
  2023-07-07  9:40 ` cvs-commit at gcc dot gnu.org
  2023-07-07 10:12 ` cvs-commit at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-07-07  9:13 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=30515

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The release/2.37/master branch has been updated by Florian Weimer
<fw@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3f4b4e2cdd529266ea5a2c6c5e0c66bab81bfd0e

commit 3f4b4e2cdd529266ea5a2c6c5e0c66bab81bfd0e
Author: Florian Weimer <fweimer@redhat.com>
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 <carlos@redhat.com>
    Tested-by: Carlos O'Donell <carlos@redhat.com>
    (cherry picked from commit 1bcfe0f732066ae5336b252295591ebe7e51c301)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug dynamic-link/30515] _dl_find_object incorrectly returns 1 during early startup
  2023-06-05 15:07 [Bug dynamic-link/30515] New: _dl_find_object incorrectly returns 1 during early startup fweimer at redhat dot com
                   ` (3 preceding siblings ...)
  2023-07-07  9:13 ` cvs-commit at gcc dot gnu.org
@ 2023-07-07  9:40 ` cvs-commit at gcc dot gnu.org
  2023-07-07 10:12 ` cvs-commit at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-07-07  9:40 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=30515

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The release/2.36/master branch has been updated by Florian Weimer
<fw@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c36912f08335ce28ccff963a60853a4035273b34

commit c36912f08335ce28ccff963a60853a4035273b34
Author: Florian Weimer <fweimer@redhat.com>
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 <carlos@redhat.com>
    Tested-by: Carlos O'Donell <carlos@redhat.com>
    (cherry picked from commit 1bcfe0f732066ae5336b252295591ebe7e51c301)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug dynamic-link/30515] _dl_find_object incorrectly returns 1 during early startup
  2023-06-05 15:07 [Bug dynamic-link/30515] New: _dl_find_object incorrectly returns 1 during early startup fweimer at redhat dot com
                   ` (4 preceding siblings ...)
  2023-07-07  9:40 ` cvs-commit at gcc dot gnu.org
@ 2023-07-07 10:12 ` cvs-commit at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-07-07 10:12 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=30515

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The release/2.35/master branch has been updated by Florian Weimer
<fw@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e19af583b4c110eb7acaa97c8e4877f21dba83ee

commit e19af583b4c110eb7acaa97c8e4877f21dba83ee
Author: Florian Weimer <fweimer@redhat.com>
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 <carlos@redhat.com>
    Tested-by: Carlos O'Donell <carlos@redhat.com>
    (cherry picked from commit 1bcfe0f732066ae5336b252295591ebe7e51c301)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-07 10:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05 15:07 [Bug dynamic-link/30515] New: _dl_find_object incorrectly returns 1 during early startup fweimer at redhat dot com
2023-06-05 15:08 ` [Bug dynamic-link/30515] " fweimer at redhat dot com
2023-07-07  8:44 ` cvs-commit at gcc dot gnu.org
2023-07-07  8:45 ` fweimer at redhat dot com
2023-07-07  9:13 ` cvs-commit at gcc dot gnu.org
2023-07-07  9:40 ` cvs-commit at gcc dot gnu.org
2023-07-07 10:12 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).