aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-scanf-to_inpunct.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella1-0/+78
Some locales define a list of mapping pairs of alternate digits and separators for input digits (to_inpunct). This require the scanf to create a list of all possible inputs for the optional type modifier 'I'. Checked on x86_64-linux-gnu. Reviewed-by: Joe Simmons-Talbott <josimmon@redhat.com>