aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
2015-02-06CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2-6/+39
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers88-88/+88
2014-12-30Fix some warnings in the absence of FP round/exception supportChris Metcalf1-1/+1
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu1-4/+7
2014-12-17Get rid of format warning in bug-vfprintf-nargs.c.Stefan Liebler1-1/+2
2014-12-16Modify stdio-common/tst-fseek.c to use test-skeleton.cArjun Shankar1-2/+6
2014-12-16stdio-common/Makefile: readd bug26 testcaseAllan McRae1-1/+1
2014-12-15stdio-common: Include <libc-internal.h> in some testsAdhemerval Zanella2-0/+2
2014-12-15CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law5-3/+190
2014-12-11Eliminate -Wno-format from printf/scanf tests.Roland McGrath8-13/+58
2014-12-10Disable -Wdeprecated-declarations for register_printf_function calls in tst-p...Joseph Myers1-0/+7
2014-12-10Disable -Wdiv-by-zero for some tests in stdio-common/tst-unlockedio.c.Joseph Myers1-0/+13
2014-12-10Add macros for diagnostic control, use for scanf %a tests.Joseph Myers2-0/+30
2014-11-27Fix stdio-common/tst-fmemopen.c format warnings.Joseph Myers1-2/+2
2014-11-25Fix warning in stdio-common/tst-printf-round.c.Joseph Myers1-1/+1
2014-11-24Fix perror fileno namespace (bug 17633).Joseph Myers1-1/+1
2014-11-12Fix __printf_fp wmemset namespace (bug 17574).Joseph Myers1-1/+1
2014-11-05libio: Refactor tst-fmemopen to use test-skeleton.cAdhemerval Zanella1-23/+71
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar15-30/+75
2014-10-09Remove stray *_internal aliases (bug 14132).Joseph Myers1-1/+0
2014-09-29remove nested function hack_digitKostya Serebryany1-230/+237
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers1-1/+0
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-8/+0
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-6/+1
2014-05-01Correctly handle %p in wprintf (BZ #16890)Andreas Schwab2-1/+21
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton1-1/+1
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton1-1/+1
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-6/+5
2014-02-28Add missing } in Versions file.Roland McGrath1-0/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-4/+8
2014-02-14Split up rules for tests that compare output with baselines.Joseph Myers1-2/+8
2014-02-12Remove indirection in stdio-common tests dependencies.Joseph Myers1-4/+1
2014-02-11Fix tst-sscanf and tst-swscanf on 64-bit.David S. Miller1-1/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka5-44/+44
2014-01-07Fix integer overflow in vfwprintf. Fixes bug 14286.Ondřej Bílka1-1/+7
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae87-87/+87
2013-11-18Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka2-1/+3
2013-10-31Fix parsing of 0e+0 as floatAndreas Schwab2-0/+36
2013-10-29Let tst-swscanf find its localeAndreas Schwab1-0/+1
2013-10-12Fix typos.Yuri Chornoivan1-1/+1
2013-10-11Fix fwrite() reading beyond end of buffer in error pathEric Biggers1-6/+6
2013-10-04PowerPC floating point little-endian [1 of 15]Alan Modra3-17/+12
2013-09-24Fix tst-long-dbl-fphex swprintf length calculation.Olivier Langlois1-2/+2
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers8-25/+25
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-06-05Remove trailing whitespace.Joseph Myers1-1/+1
2013-05-26 * stdio-common/bug26.c (main): Correct fscanf template.Thomas Schwinge1-2/+3
2013-04-15Fix coding-style violation.Thomas Schwinge1-4/+4