aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/bug19.c
AgeCommit message (Collapse)AuthorFilesLines
2023-06-01tests: fix warn unused resultsFrédéric Bérat1-2/+7
With fortification enabled, few function calls return result need to be checked, has they get the __wur macro enabled. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2007-07-08* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOFUlrich Drepper1-0/+58
in loop to look for conversion specifier to avoid testing of wrong errno value. * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a. * stdio-common/bug18a.c: New file. * stdio-common/bug19.c: New file. * stdio-common/bug19a.c: New file.