about summary refs log tree commit diff
path: root/debug/tst-chk1.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated to fedora-glibc-20041119T0003Jakub Jelinek2004-11-191-0/+17
|
* Restore change unintentionally killed during merge.Jakub Jelinek2004-11-151-2/+2
|
* Updated to fedora-glibc-20041115T0915Jakub Jelinek2004-11-151-4/+12
|
* * debug/chk_fail.c: Include errno.h and string.h.Jakub Jelinek2004-11-121-0/+5
| | | | | | | | | | (__chk_fail): Write a short message to stderr. * debug/tst-chk1.c: Include fcntl.h. (do_test): Redirect stderr to /dev/null. * debug/test-strcpy_chk.c: Include fcntl.h. (test_main): Redirect stderr to /dev/null. (do_one_test, do_random_tests): Use printf instead of error.
* Updated to fedora-glibc-20041110T0839Jakub Jelinek2004-11-101-2/+1
|
* * include/features.h (__USE_FORTIFY_LEVEL): Also set for Red HatJakub Jelinek2004-11-021-2/+2
| | | | | | | | | GCC 3.4.x-RH >= 3.4.2-8. * libio/bits/features.h (printf, fprintf, vprintf, vfprintf): For GCC 3.4.x-RH use __builtin___{,v}{,f}printf_chk instead of __{,v}{,f}printf_chk. * debug/tst-chk1.c (do_test): Deal with GCC 3.4.x-RH not being able to recognize subobjects.
* Updated to fedora-glibc-20041018T0940Jakub Jelinek2004-10-181-0/+466