diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-10-03 15:09:36 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-10-04 08:07:43 -0300 |
commit | be7a5468d4f694ee8d052b537141f51af43ca7f2 (patch) | |
tree | 5672ff0d01bdb137adb9fc330456434fdf8087bf /debug/Makefile | |
parent | 7bb8045ec0595a031e68383849c3fbd9af134312 (diff) | |
download | glibc-be7a5468d4f694ee8d052b537141f51af43ca7f2.zip glibc-be7a5468d4f694ee8d052b537141f51af43ca7f2.tar.gz glibc-be7a5468d4f694ee8d052b537141f51af43ca7f2.tar.bz2 |
debug: Add regression tests for BZ 30932
Checked on x86_64-linux-gnu.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.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 434e52f..c49e5d8 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -178,6 +178,7 @@ CFLAGS-tst-longjmp_chk3.c += -fexceptions -fasynchronous-unwind-tables CPPFLAGS-tst-longjmp_chk3.c += $(no-fortify-source),-D_FORTIFY_SOURCE=1 CPPFLAGS-tst-realpath-chk.c += $(no-fortify-source),-D_FORTIFY_SOURCE=2 CPPFLAGS-tst-chk-cancel.c += $(no-fortify-source),-D_FORTIFY_SOURCE=2 +CFLAGS-tst-sprintf-fortify-rdonly.c += $(no-fortify-source),-D_FORTIFY_SOURCE=2 # _FORTIFY_SOURCE tests. # Auto-generate tests for _FORTIFY_SOURCE for different levels, compilers and @@ -284,6 +285,7 @@ tests = \ tst-longjmp_chk \ tst-longjmp_chk2 \ tst-realpath-chk \ + tst-sprintf-fortify-rdonly \ tst-sprintf-fortify-unchecked \ # tests |