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

Arithmetic overflow found on to_raw_capacity() #626

Closed
HeeillWang opened this issue Sep 19, 2023 · 0 comments · Fixed by #628
Closed

Arithmetic overflow found on to_raw_capacity() #626

HeeillWang opened this issue Sep 19, 2023 · 0 comments · Fixed by #628

Comments

@HeeillWang
Copy link
Contributor

I executed fuzz testing on http-0.2.9, and found some arithmetic overflow.

#[inline]
fn to_raw_capacity(n: usize) -> usize {
    n + n / 3   // overflow!
}

reproduce with :

HeaderMap::<u32>::with_capacity(17798225791641714878);  // put some big number here
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

Successfully merging a pull request may close this issue.

1 participant