mirror of
https://github.com/fluencelabs/musl
synced 2025-05-05 12:02:13 +00:00
fix failure of int parser to unget an initial mismatching character
This commit is contained in:
parent
99fbf4cfdb
commit
bb477f9fd4
@ -54,6 +54,7 @@ unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long
|
||||
} else {
|
||||
if (base == 0) base = 10;
|
||||
if (val[c] >= base) {
|
||||
shunget(f);
|
||||
shlim(f, 0);
|
||||
errno = EINVAL;
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user