mirror of git://sourceware.org/git/glibc.git
Reject invalid formatted scanf integer input data that is comprised of a binary or hexadecimal prefix, optionally preceded by a sign, and with no actual digits following. Such data is a prefix of, but not a matching input sequence and it is required by ISO C to cause a matching failure. Currently a matching success is instead incorrectly produced along with the conversion result of zero, with the prefix wholly consumed from input. Enable input data that causes test failures without this fix in place. Reviewed-by: Joseph Myers <josmyers@redhat.com> |
||
---|---|---|
.. | ||
bits | ||
Makefile | ||
Versions | ||
divdi3-symbol-hacks.h | ||
divdi3.c | ||
llabs.c | ||
lldiv.c | ||
tst-scanf-format-int-d.input | ||
tst-scanf-format-int-i.input | ||
tst-scanf-format-long-d.input | ||
tst-scanf-format-long-i.input | ||
tst-scanf-format-uint-b.input | ||
tst-scanf-format-uint-o.input | ||
tst-scanf-format-uint-u.input | ||
tst-scanf-format-uint-x.input | ||
tst-scanf-format-uint-xx.input | ||
tst-scanf-format-ulong-b.input | ||
tst-scanf-format-ulong-o.input | ||
tst-scanf-format-ulong-u.input | ||
tst-scanf-format-ulong-x.input | ||
tst-scanf-format-ulong-xx.input |