diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-30 17:48:58 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-30 17:48:58 -0700 |
commit | a9a04420818e1ab0a49838e2eb83ebb66baaeaac (patch) | |
tree | 1ecde0b897fecaaf056c3771fe64eeb519e602f3 /ChangeLog | |
parent | 5ead9ce5c788e7dbb0bd01888c4bcb37a8bc2ff1 (diff) | |
download | glibc-a9a04420818e1ab0a49838e2eb83ebb66baaeaac.zip glibc-a9a04420818e1ab0a49838e2eb83ebb66baaeaac.tar.gz glibc-a9a04420818e1ab0a49838e2eb83ebb66baaeaac.tar.bz2 |
Add test case for ____longjmp_chk vs signal stacks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2009-07-30 Ulrich Drepper <drepper@redhat.com> + * debug/Makefile (tests): Add tst-longjmp_chk2. + * debug/tst-longjmp_chk2.c: New file. + * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling. Fix CFI. Remove incorrect use of BP_SYM. * sysdeps/x86_64/____longjmp_chk.S: Rewrite. Complete implementation |