mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Fix parsing of 0e+0 as float
This commit is contained in:
@@ -1966,6 +1966,8 @@ _IO_vfscanf_internal (_IO_FILE *s, const char *format, _IO_va_list argptr,
|
||||
if (width > 0)
|
||||
--width;
|
||||
}
|
||||
else
|
||||
got_digit = 1;
|
||||
}
|
||||
|
||||
while (1)
|
||||
|
||||
Reference in New Issue
Block a user