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 ports/16372] tst-longjmp_chk2 fails on ia64 due to missing sigaltstack checking


http://sourceware.org/bugzilla/show_bug.cgi?id=16372

--- Comment #1 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  98b78b4b72131264b1950edbcd94287041ec8311 (commit)
      from  e646a161cef3069fe1a6c92b750a87350630c62d (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=98b78b4b72131264b1950edbcd94287041ec8311

commit 98b78b4b72131264b1950edbcd94287041ec8311
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sun Dec 29 21:16:25 2013 +0000

    ia64: longjmp_chk: support signal stacks [BZ #16372]

    The sp check has to be moved up to the start of the func since it now
    makes a system call and that'll clobber a lot of registers.

    URL: https://sourceware.org/bugzilla/show_bug.cgi?id=16372
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

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

Summary of changes:
 NEWS                                               |    2 +-
 ports/ChangeLog.ia64                               |   11 ++++
 ports/sysdeps/unix/sysv/linux/ia64/Makefile        |    1 +
 .../sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S |   61 +++++++++++++++++--
 ports/sysdeps/unix/sysv/linux/ia64/__longjmp.S     |    8 +--
 .../unix/sysv/linux/ia64}/sigaltstack-offsets.sym  |    0
 6 files changed, 70 insertions(+), 13 deletions(-)
 copy {sysdeps/unix/sysv/linux/sh =>
ports/sysdeps/unix/sysv/linux/ia64}/sigaltstack-offsets.sym (100%)

-- 
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]