summaryrefslogtreecommitdiff
path: root/debug/tst-chk1.c
AgeCommit message (Collapse)Author
2008-03-05Updated to fedora-glibc-20080305T0857cvs/fedora-glibc-2_7_90-8Jakub Jelinek
2007-09-29Updated to fedora-glibc-20070929T1859cvs/fedora-glibc-2_6_90-16Jakub Jelinek
2007-09-18Updated to fedora-glibc-20070918T1931cvs/fedora-glibc-2_6_90-14Jakub Jelinek
2006-04-24Updated to fedora-glibc-20060424T2027Jakub Jelinek
2005-08-24Updated to fedora-glibc-20050824T0705Jakub Jelinek
2005-08-22Updated to fedora-glibc-20050822T0727Jakub Jelinek
2005-07-21 * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.Jakub Jelinek
* debug/tst-chk1.c (do_test): Add test for swprintf with format being the last argument.
2005-07-21Updated to fedora-glibc-20050721T0814Jakub Jelinek
2005-06-272.3.90-1cvs/fedora-glibc-2_3_90-1Jakub Jelinek
2005-03-19Updated to fedora-glibc-20050319T1907cvs/fedora-glibc-2_3_4-15Jakub Jelinek
2005-03-19Updated to fedora-glibc-20050319T1907Jakub Jelinek
2005-03-03Updated to fedora-glibc-20050302T1820Jakub Jelinek
2004-11-19Updated to fedora-glibc-20041119T0003Jakub Jelinek
2004-11-15Restore change unintentionally killed during merge.Jakub Jelinek
2004-11-15Updated to fedora-glibc-20041115T0915Jakub Jelinek
2004-11-12 * debug/chk_fail.c: Include errno.h and string.h.Jakub Jelinek
(__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.
2004-11-10Updated to fedora-glibc-20041110T0839Jakub Jelinek
2004-11-02 * include/features.h (__USE_FORTIFY_LEVEL): Also set for Red HatJakub Jelinek
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.
2004-10-18Updated to fedora-glibc-20041018T0940Jakub Jelinek