Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Fixed a few int overflows #191

Merged
merged 1 commit into from
Jul 2, 2019
Merged

Conversation

m1el
Copy link
Contributor

@m1el m1el commented Jul 2, 2019

As a result of fuzzing this crate, I've found a few int overflows

rem_pio2 had incorrect u32/i32 operations
remquo has a straight up int overflow

rem_pio2 had incorrect u32/i32 operations
remquo has a straight int overflow
@m1el
Copy link
Contributor Author

m1el commented Jul 2, 2019

Tests seem to have failed for other reasons, could you please re-run them?

@alexcrichton alexcrichton merged commit 885afa3 into rust-lang:master Jul 2, 2019
@alexcrichton
Copy link
Member

Awesome, thanks!

tgross35 pushed a commit that referenced this pull request Apr 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants