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

Add advisory for unsound Sync impl on FuturesUnordered in futures-util #460

Merged

Conversation

BlackHoleFox
Copy link
Contributor

Adds an advisory for an unsound Sync implementation on futures_util::stream::FuturesUnordered that could cause memory corruption when insertions occur from >1 thread at the same time.

No advisory was added for this issue when it was originally fixed back in January this year.

4/4 of #454
Closes #454

@Shnatsel Shnatsel merged commit 529c111 into rustsec:master Oct 31, 2020
@BlackHoleFox BlackHoleFox deleted the futures-util-futuresunordered-badsync branch October 31, 2020 15:01
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 this pull request may close these issues.

Add advisory entries for futures-rs
2 participants