Exchanging the type of 'value' from 'long' to 'double' prevents overflow when parsing float values.
However, we still need to ensure against too large values contained in streams. This should be possible because the maximum length of a float value pre-comma is known to be 38 digits (FLT_MAX_10_EXP).
A
Alexander Entinger committed
fae13e5f5324295118cf57104c69c3b087f7d64b
Parent: 5445db3