diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-12-29 23:13:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-02-08 06:58:43 -0500 |
commit | c5bb8e2399f55c09a98c66936940ba744b5841da (patch) | |
tree | 32453369908787a9d47008667138e85225bf339f /ChangeLog | |
parent | 10444e425e539ec12e42415756b0a874413ce94a (diff) | |
download | glibc-c5bb8e2399f55c09a98c66936940ba744b5841da.tar glibc-c5bb8e2399f55c09a98c66936940ba744b5841da.tar.gz glibc-c5bb8e2399f55c09a98c66936940ba744b5841da.tar.bz2 glibc-c5bb8e2399f55c09a98c66936940ba744b5841da.zip |
tests: unify fortification handler logic
We have multiple tests that copy & paste the same logic for disabling the
fortification output. Let's unify this in the test-skeleton instead.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2014-02-08 Mike Frysinger <vapier@gentoo.org> + * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top. + (test_main): Replace code with set_fortify_handler call. + * debug/test-strcpy_chk.c: Likewise. + * debug/tst-chk1.c: Likewise. + * debug/tst-longjmp_chk.c: Likewise. + * test-skeleton.c: Include fcntl.h & paths.h + (set_fortify_handler): Define. + +2014-02-08 Mike Frysinger <vapier@gentoo.org> + * debug/tst-longjmp_chk.c: Add header comment and include ../test-skeleton.c. (do_test): Mark static. |