Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: fix warn unused results | Frédéric Bérat | 2023-06-01 | 1 | -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> | ||||
* | * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF | Ulrich Drepper | 2007-07-08 | 1 | -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. |