mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Fuzz testing combined with the undefined behavior sanitizer found that parsing unreasonable float literals like 1e+9999999999999 resulted in undefined behavior due to overflow in signed integer arithmetic, and a wrong result being returned.
11 KiB
11 KiB