diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-12-29 23:15:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-02-08 06:59:13 -0500 |
commit | ac8cc9e300a002228eb7e660df3e7b333d9a7414 (patch) | |
tree | 09d4b7bacb899966e31926557917a5a50fff2019 /debug/Makefile | |
parent | c5bb8e2399f55c09a98c66936940ba744b5841da (diff) | |
download | glibc-ac8cc9e300a002228eb7e660df3e7b333d9a7414.tar glibc-ac8cc9e300a002228eb7e660df3e7b333d9a7414.tar.gz glibc-ac8cc9e300a002228eb7e660df3e7b333d9a7414.tar.bz2 glibc-ac8cc9e300a002228eb7e660df3e7b333d9a7414.zip |
tst-longjmp_chk3: new test for checking sigaltstack edge cases
Make sure the longjmp checking logic catches stacks that are slightly
outside of a valid alternative signal stack.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile index ab06c17052..fc15ef3aec 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -90,6 +90,8 @@ CFLAGS-tst-longjmp_chk.c = -fexceptions -fasynchronous-unwind-tables CPPFLAGS-tst-longjmp_chk.c = -D_FORTIFY_SOURCE=1 CFLAGS-tst-longjmp_chk2.c = -fexceptions -fasynchronous-unwind-tables CPPFLAGS-tst-longjmp_chk2.c = -D_FORTIFY_SOURCE=1 +CFLAGS-tst-longjmp_chk3.c = -fexceptions -fasynchronous-unwind-tables +CPPFLAGS-tst-longjmp_chk3.c = -D_FORTIFY_SOURCE=1 # We know these tests have problems with format strings, this is what # we are testing. Disable that warning. |