This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/20435] Missing unwind info in __startcontext causes infinite loop in _Unwind_Backtrace (CVE-2016-6323)


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

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  9e2ff6c9cc54c0b4402b8d49e4abe7000fde7617 (commit)
      from  89b7dd27eab6c265e97f028fab6e3977c54a5fa6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9e2ff6c9cc54c0b4402b8d49e4abe7000fde7617

commit 9e2ff6c9cc54c0b4402b8d49e4abe7000fde7617
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon Aug 8 09:29:18 2016 +0200

    arm: mark __startcontext as .cantunwind (bug 20435)

    __startcontext marks the bottom of the call stack of the contexts created
    by makecontext.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                |    6 ++++++
 sysdeps/unix/sysv/linux/arm/setcontext.S |    7 +++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]