You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test Stream::parseFloat() with a huge number of digits
Give a 311-digit number to Stream::parseFloat(). This makes the local
variable `value' overflow to infinity. With so many digits, the number
cannot be parsed into an integer, not even into an integer stored as a
`double'.
Note that 40 digits would be enough to unveil this issue on AVR.
0 commit comments