/glibc-2.36/include/ |
D | features.h | 410 #if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 0 412 # warning _FORTIFY_SOURCE requires compiling with optimization (-O) 414 # warning _FORTIFY_SOURCE requires GCC 4.1 or later 415 # elif _FORTIFY_SOURCE > 2 && (__glibc_clang_prereq (9, 0) \ 418 # if _FORTIFY_SOURCE > 3 419 # warning _FORTIFY_SOURCE > 3 is treated like 3 on this platform 422 # elif _FORTIFY_SOURCE > 1 423 # if _FORTIFY_SOURCE > 2 424 # warning _FORTIFY_SOURCE > 2 is treated like 2 on this platform
|
/glibc-2.36/malloc/ |
D | tst-pvalloc-fortify.c | 19 #undef _FORTIFY_SOURCE 20 #define _FORTIFY_SOURCE 2 macro
|
/glibc-2.36/libio/ |
D | tst-sprintf-ub.c | 42 #if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 1 in do_one_test()
|
D | tst-sprintf-chk-ub.c | 1 #define _FORTIFY_SOURCE 2 macro
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | test-printf-chk-redir-ibm128.c | 1 #define _FORTIFY_SOURCE 2 macro
|
D | test-printf-chk-redir-ieee128.c | 1 #define _FORTIFY_SOURCE 2 macro
|
D | test-wprintf-chk-redir-ibm128.c | 1 #define _FORTIFY_SOURCE 2 macro
|
D | test-wprintf-chk-redir-ieee128.c | 1 #define _FORTIFY_SOURCE 2 macro
|
D | test-obstack-chk-ldbl-compat.c | 1 #define _FORTIFY_SOURCE 2 macro
|
D | test-obstack-ldbl-compat.c | 1 #define _FORTIFY_SOURCE 0 macro
|
D | test-syslog-chk-ldbl-compat.c | 1 #define _FORTIFY_SOURCE 2 macro
|
D | test-syslog-ldbl-compat.c | 1 #define _FORTIFY_SOURCE 0 macro
|
D | test-wprintf-chk-ldbl-compat.c | 19 #define _FORTIFY_SOURCE 2 macro
|
D | test-printf-chk-ldbl-compat.c | 19 #define _FORTIFY_SOURCE 2 macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | libc-do-syscall.S | 20 #undef _FORTIFY_SOURCE
|
/glibc-2.36/ |
D | configure.ac | 1563 dnl Check for silly hacked compilers predefining _FORTIFY_SOURCE. 1566 dnl _FORTIFY_SOURCE requires compiler optimization level 1 (gcc -O1) 1569 AC_CACHE_CHECK([for _FORTIFY_SOURCE predefine], libc_cv_predef_fortify_source, 1571 #ifdef _FORTIFY_SOURCE
|
D | NEWS | 161 [29141] libc: _FORTIFY_SOURCE=3 fail for gcc 12/glibc 2.35 318 * Source fortification (_FORTIFY_SOURCE) level 3 is now available for 507 [28746] libc: _FORTIFY_SOURCE does not work for stpcpy 917 * A new fortification level _FORTIFY_SOURCE=3 is available. At this level,
|
/glibc-2.36/manual/ |
D | creature.texi | 303 @defvr Macro _FORTIFY_SOURCE
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.24 | 358 Mention _FORTIFY_SOURCE=3 for gcc12 in NEWS 1579 debug: Autogenerate _FORTIFY_SOURCE tests 1689 Enable _FORTIFY_SOURCE=3 for gcc 12 and above 1692 …[_FORTIFY_SOURCE && _FORTIFY_SOURCE > 0][_FORTIFY_SOURCE > 2 && __glibc_clang_prereq (9, 0)][_FORT… 1693 …[_FORTIFY_SOURCE && _FORTIFY_SOURCE > 0][_FORTIFY_SOURCE > 2 && __glibc_clang_prereq (9, 0)](__USE… 1694 …_FORTIFY_SOURCE && _FORTIFY_SOURCE > 0][_FORTIFY_SOURCE > 2 && (__glibc_clang_prereq (9, 0) || … 1695 …[_FORTIFY_SOURCE && _FORTIFY_SOURCE > 0][_FORTIFY_SOURCE > 2 && (__glibc_clang_prereq (9, 0) ||… 8077 debug: Add tests for _FORTIFY_SOURCE=3
|
D | ChangeLog.22 | 3143 Introduce _FORTIFY_SOURCE=3 3147 …[_FORTIFY_SOURCE && _FORTIFY_SOURCE > 0][_FORTIFY_SOURCE > 2 && __glibc_clang_prereq (9, 0)][_FORT… 3148 …[_FORTIFY_SOURCE && _FORTIFY_SOURCE > 0][_FORTIFY_SOURCE > 2 && __glibc_clang_prereq (9, 0)](__USE… 3163 …[_FORTIFY_SOURCE && _FORTIFY_SOURCE > 0][_FORTIFY_SOURCE > 1][_FORTIFY_SOURCE > 2](_FORTIFY_SOURCE…
|
D | ChangeLog.15 | 1651 * include/features.h (_FORTIFY_SOURCE): Document, handle.
|
D | ChangeLog.16 | 7900 * include/features.h: Make tests on _FORTIFY_SOURCE and __OPTIMIZE__ 9272 * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.
|
D | ChangeLog.17 | 3836 * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
|
D | ChangeLog.18 | 43360 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE): 82176 * configure.in: Check for _FORTIFY_SOURCE being predefined. 89519 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE. 92486 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
|
D | ChangeLog.19 | 21876 (_FORTIFY_SOURCE): Likewise.
|