public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/27498] New: __dl_iterate_phdr lacks unwinding information
@ 2021-03-02  9:44 fweimer at redhat dot com
  2021-03-02  9:45 ` [Bug dynamic-link/27498] " fweimer at redhat dot com
  2021-03-02 11:03 ` fweimer at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2021-03-02  9:44 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 27498
           Summary: __dl_iterate_phdr lacks unwinding information
           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: ---
             Flags: security-

__dl_iteratephdr uses __libc_cleanup_push, but is not compiled with
-fexceptions, so __libc_cleanup_push does not handle unwinding.

This is a result of a typo in elf/Makefile. Found by 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] 3+ messages in thread

* [Bug dynamic-link/27498] __dl_iterate_phdr lacks unwinding information
  2021-03-02  9:44 [Bug dynamic-link/27498] New: __dl_iterate_phdr lacks unwinding information fweimer at redhat dot com
@ 2021-03-02  9:45 ` fweimer at redhat dot com
  2021-03-02 11:03 ` fweimer at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2021-03-02  9:45 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |fweimer at redhat dot com
           Assignee|unassigned at sourceware dot org   |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] 3+ messages in thread

* [Bug dynamic-link/27498] __dl_iterate_phdr lacks unwinding information
  2021-03-02  9:44 [Bug dynamic-link/27498] New: __dl_iterate_phdr lacks unwinding information fweimer at redhat dot com
  2021-03-02  9:45 ` [Bug dynamic-link/27498] " fweimer at redhat dot com
@ 2021-03-02 11:03 ` fweimer at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2021-03-02 11:03 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

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

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
Fixed for glibc 2.34 via:

commit e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Mar 2 10:46:45 2021 +0100

    elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]

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

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

end of thread, other threads:[~2021-03-02 11:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-02  9:44 [Bug dynamic-link/27498] New: __dl_iterate_phdr lacks unwinding information fweimer at redhat dot com
2021-03-02  9:45 ` [Bug dynamic-link/27498] " fweimer at redhat dot com
2021-03-02 11:03 ` fweimer at redhat dot com

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).