Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Float parsing sometimes fails when given too many repeating digits #41317

Closed
df5602 opened this issue Apr 15, 2017 · 2 comments
Closed

Float parsing sometimes fails when given too many repeating digits #41317

df5602 opened this issue Apr 15, 2017 · 2 comments

Comments

@df5602
Copy link

df5602 commented Apr 15, 2017

While fuzzing a toy parser, I stumbled upon a few seemingly valid float literals, where f64::from_str() returned an Error. The floats that trigger this behaviour have a lot (~200) of repeating digits.

See example in Rust playground:
https://play.rust-lang.org/?gist=93f8ae91e66c6b78814b397429b189b1&version=stable&backtrace=0

Other float literals that cannot be parsed correctly:
6666666.6666666667666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666766666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666,
666666666666666666666666666.66666666676666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666,
6666666666666666676666666666666666666666666666666666666666666666666666666617666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666.66666666666666666666666666666666666666666666666666666666666666666666667666666666666666666666666666666666666666666,
etc.

The fuzzer ran with rustc 1.11.0-nightly (01411937f 2016-07-01), but the issue can also be reproduced in current stable and nigthly versions of Rust.

@hanna-kruppe
Copy link
Contributor

See #31407

@nagisa
Copy link
Member

nagisa commented Apr 16, 2017

Seems like a duplicate of the issue above to me. If you feel differently, please say so.

@nagisa nagisa closed this as completed Apr 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants