summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-30 17:48:58 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-30 17:48:58 -0700
commita9a04420818e1ab0a49838e2eb83ebb66baaeaac (patch)
tree1ecde0b897fecaaf056c3771fe64eeb519e602f3 /ChangeLog
parent5ead9ce5c788e7dbb0bd01888c4bcb37a8bc2ff1 (diff)
Add test case for ____longjmp_chk vs signal stacks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2492d49314..db6e93d11d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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