This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fff09ed330
ladybird
/
Tests
/
LibWeb
/
Text
/
expected
/
HTML
/
HTMLProgressElement-large-max-value.txt
2 lines
27 B
Text
Raw
Normal View
History
Unescape
Escape
LibWeb: Don't crash when parsing large floating point number values 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`.
2024-10-30 16:56:43 -03:00
progressElement.max: 1e+21
Reference in a new issue
Copy permalink