glibc/debug
Samuel Thibault 04bf7d2d8a chk: Add and fix hidden builtin definitions for *_chk
Otherwise on gnu-i686 there are unwanted PLT entries in libc.so when
fortification is enabled.

Tested for i686-gnu, x86_64-gnu, i686-linux-gnu and x86_64-linux-gnu
2023-08-03 22:46:48 +02:00
..
asprintf_chk.c stdio: Ensure *_chk routines have their hidden builtin definition available 2023-07-05 16:59:48 +02:00
backtrace-tst.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
backtrace.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
backtracesyms.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
backtracesymsfd.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
chk_fail.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
confstr_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Depend
dprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
execinfo.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
explicit_bzero_chk.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
fdelt_chk.c misc/bits/select2.h: Clearly separate declaration from definitions 2023-07-05 16:59:48 +02:00
fgets_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
fgets_u_chk.c stdio: Ensure *_chk routines have their hidden builtin definition available 2023-07-05 16:59:48 +02:00
fgetws_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
fgetws_u_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
fortify_fail.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
fprintf_chk.c stdio: Ensure *_chk routines have their hidden builtin definition available 2023-07-05 16:59:48 +02:00
fread_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
fread_u_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
fwprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
getcwd_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
getdomainname_chk.c unistd: Avoid PLT entries with _FORTIFY_SOURCE 2023-07-05 16:59:48 +02:00
getgroups_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gethostname_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gets_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
getwd_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
longjmp_chk.c chk: Add and fix hidden builtin definitions for *_chk 2023-08-03 22:46:48 +02:00
Makefile Exclude routines from fortification 2023-07-05 16:59:48 +02:00
mbsnrtowcs_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mbsrtowcs_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mbstowcs_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
memcpy_chk.c string: Ensure *_chk routines have their hidden builtin definition available 2023-07-05 16:59:48 +02:00
memmove_chk.c string: Ensure *_chk routines have their hidden builtin definition available 2023-07-05 16:59:48 +02:00
mempcpy_chk.c string: Ensure *_chk routines have their hidden builtin definition available 2023-07-05 16:59:48 +02:00
memset_chk.c string: Ensure *_chk routines have their hidden builtin definition available 2023-07-05 16:59:48 +02:00
noophooks.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
obprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pcprofile.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pcprofiledump.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
poll_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ppoll_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pread64_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pread_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
printf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
read_chk.c unistd: Avoid PLT entries with _FORTIFY_SOURCE 2023-07-05 16:59:48 +02:00
readlink_chk.c debug/readlink{, at}_chk.c: Harmonize declaration and definition 2023-06-22 00:21:06 -04:00
readlinkat_chk.c debug/readlink{, at}_chk.c: Harmonize declaration and definition 2023-06-22 00:21:06 -04:00
readonly-area.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
realpath_chk.c Subject: hurd: Make __realpath return EINVAL on NULL buf 2023-08-03 22:42:29 +02:00
recv_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
recvfrom_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
snprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
sprintf_chk.c stdio: Ensure *_chk routines have their hidden builtin definition available 2023-07-05 16:59:48 +02:00
stack_chk_fail_local.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
stack_chk_fail.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
stpcpy_chk.c string: Ensure *_chk routines have their hidden builtin definition available 2023-07-05 16:59:48 +02:00
stpncpy_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcat_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strcpy_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strlcat_chk.c Implement strlcpy and strlcat [BZ #178] 2023-06-14 18:10:08 +02:00
strlcpy_chk.c Implement strlcpy and strlcat [BZ #178] 2023-06-14 18:10:08 +02:00
strncat_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
strncpy_chk.c chk: Add and fix hidden builtin definitions for *_chk 2023-08-03 22:46:48 +02:00
swprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
test-stpcpy_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
test-strcpy_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-backtrace2.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-backtrace3.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-backtrace4.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-backtrace5.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-backtrace6.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-backtrace.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-chk-cancel.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-fortify.c Add the wcslcpy, wcslcat functions 2023-06-14 18:10:24 +02:00
tst-longjmp_chk2.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-longjmp_chk3.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-longjmp_chk.c tests: unify fortification handler logic 2014-02-08 06:58:43 -05:00
tst-realpath-chk.c fortify: Fix spurious warning with realpath 2021-12-17 18:49:27 +05:30
tst-sprintf-fortify-unchecked.c stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039) 2023-01-25 08:01:00 +01:00
tst-ssp-1.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
ttyname_r_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
vasprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
vdprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Versions Add the wcslcpy, wcslcat functions 2023-06-14 18:10:24 +02:00
vfprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
vfwprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
vobprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
vprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
vsnprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
vsprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
vswprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
vwprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcpcpy_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcpncpy_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcrtomb_chk.c wchar: Avoid PLT entries with _FORTIFY_SOURCE 2023-07-05 16:59:48 +02:00
wcscat_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcscpy_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcslcat_chk.c Add the wcslcpy, wcslcat functions 2023-06-14 18:10:24 +02:00
wcslcpy_chk.c Add the wcslcpy, wcslcat functions 2023-06-14 18:10:24 +02:00
wcsncat_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsncpy_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsnrtombs_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcsrtombs_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wcstombs_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wctomb_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemcpy_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemmove_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmempcpy_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
wmemset_chk.c wchar: Avoid PLT entries with _FORTIFY_SOURCE 2023-07-05 16:59:48 +02:00
wprintf_chk.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
xtrace.sh Update copyright dates not handled by scripts/update-copyrights 2023-01-06 21:45:36 +00:00