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

Report soundness bug with concurrency in futures-intrusive #482

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

ammaraskar
Copy link
Contributor

Upstream issue: Matthias247/futures-intrusive#53

This is a soundness issue with a Sync trait that allows data races with the lock guard object. Very similar to one reported in the standard library's own mutex guard.

@ammaraskar ammaraskar changed the title Report unsoundness bug with concurrency in futures-intrusive Report soundness bug with concurrency in futures-intrusive Nov 17, 2020
@tarcieri tarcieri merged commit 15125a9 into rustsec:master Nov 19, 2020
@tarcieri
Copy link
Member

Thanks! Assigned RUSTSEC-2020-0072

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.

2 participants