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/21049] segfault in longjmp_chk() due to clobbered processor register


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

--- Comment #10 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, release/2.25/master has been updated
       via  5b3f978ccf92e3c5213266500d70d3b0359b5efc (commit)
      from  05dcf1ea88ff65052e8b8079519429e424d6f2d8 (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=5b3f978ccf92e3c5213266500d70d3b0359b5efc

commit 5b3f978ccf92e3c5213266500d70d3b0359b5efc
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Tue Aug 8 21:29:21 2017 -0400

    hppa: Fix register corruption in __longjmp.

        [BZ #21049]
            * sysdeps/hppa/__longjmp.c (__longjmp): Move call to CHECK_SP up
            to avoid clobbering r26.

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

Summary of changes:
 ChangeLog                |    6 ++++++
 sysdeps/hppa/__longjmp.c |    9 +++++----
 2 files changed, 11 insertions(+), 4 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]