mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 18:37:37 +02:00
Previously, attempting to parse a floating point number with an integer part larger than `(2 ^ 31) - 1` would cause the browser to crash. We now avoid this by converting the integer part of the number to a `double` rather than an `i32`. (cherry picked from commit 21a32e4b6dc594c2fe8dd3ee11c829c250a103ad)
2 lines
27 B
Plaintext
2 lines
27 B
Plaintext
progressElement.max: 1e+21
|