Browse Source
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.pull/3798/head
Jeff Epler
7 years ago
committed by
Damien George
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue