Home
last modified time | relevance | path

Searched refs:_FORTIFY_SOURCE (Results 1 – 25 of 25) sorted by relevance

/glibc-2.36/include/
Dfeatures.h410 #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/
Dtst-pvalloc-fortify.c19 #undef _FORTIFY_SOURCE
20 #define _FORTIFY_SOURCE 2 macro
/glibc-2.36/libio/
Dtst-sprintf-ub.c42 #if defined _FORTIFY_SOURCE && _FORTIFY_SOURCE > 1 in do_one_test()
Dtst-sprintf-chk-ub.c1 #define _FORTIFY_SOURCE 2 macro
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
Dtest-printf-chk-redir-ibm128.c1 #define _FORTIFY_SOURCE 2 macro
Dtest-printf-chk-redir-ieee128.c1 #define _FORTIFY_SOURCE 2 macro
Dtest-wprintf-chk-redir-ibm128.c1 #define _FORTIFY_SOURCE 2 macro
Dtest-wprintf-chk-redir-ieee128.c1 #define _FORTIFY_SOURCE 2 macro
Dtest-obstack-chk-ldbl-compat.c1 #define _FORTIFY_SOURCE 2 macro
Dtest-obstack-ldbl-compat.c1 #define _FORTIFY_SOURCE 0 macro
Dtest-syslog-chk-ldbl-compat.c1 #define _FORTIFY_SOURCE 2 macro
Dtest-syslog-ldbl-compat.c1 #define _FORTIFY_SOURCE 0 macro
Dtest-wprintf-chk-ldbl-compat.c19 #define _FORTIFY_SOURCE 2 macro
Dtest-printf-chk-ldbl-compat.c19 #define _FORTIFY_SOURCE 2 macro
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Dlibc-do-syscall.S20 #undef _FORTIFY_SOURCE
/glibc-2.36/
Dconfigure.ac1563 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
DNEWS161 [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/
Dcreature.texi303 @defvr Macro _FORTIFY_SOURCE
/glibc-2.36/ChangeLog.old/
DChangeLog.24358 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
DChangeLog.223143 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
DChangeLog.151651 * include/features.h (_FORTIFY_SOURCE): Document, handle.
DChangeLog.167900 * include/features.h: Make tests on _FORTIFY_SOURCE and __OPTIMIZE__
9272 * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.
DChangeLog.173836 * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
DChangeLog.1843360 * 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.
DChangeLog.1921876 (_FORTIFY_SOURCE): Likewise.