mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 08:33:28 +02:00
When hex, octal, or binary integer literals overflow u64, we used to fall back to UINT64_MAX. This produced incorrect results for any value larger than 2^64. Fix this by accumulating the value as a double digit-by-digit when the u64 parse fails.
10 KiB
10 KiB