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/22624] MIPS setjmp() saves incorrect 'o0' register in --enable-stack-protector=all


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

--- Comment #7 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  c85c564d1442f0bc09a6c80fca025f004e12d044 (commit)
      from  368b6c8da9f8ae453f5d70f8a62dbf3f1b6d5995 (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=c85c564d1442f0bc09a6c80fca025f004e12d044

commit c85c564d1442f0bc09a6c80fca025f004e12d044
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date:   Mon Dec 18 18:26:49 2017 +0000

    mips32: fix clobbering s0 in setjmp() [BZ #22624]

    Similar to commit 1ab47db00dfbc0128119e3503d3ed640ffc4830b
    ("mips64: fix clobbering s0 in setjmp() [BZ #22624]")
    as sysdeps/mips/setjmp_aux.c is almost an identical copy
    of sysdeps/mips/mips64/setjmp_aux.c.

        [BZ #22624]
        * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Use
        inhibit_stack_protector.

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

Summary of changes:
 ChangeLog                 |    4 ++++
 sysdeps/mips/setjmp_aux.c |    5 +++++
 2 files changed, 9 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]