-
Notifications
You must be signed in to change notification settings - Fork 24
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
Potential saftey issue #8
Comments
Using
|
Is this because of some unsafe code in scoped_threadpool, or is this a soundness bug in Rust? |
This is a soundness bug in rust see rust-lang/rust#28609 |
@bbatha 28609 appears to be closed, does this still reproduce for you? We should be able to either close this bug or reopen that one. |
Looks fixed in 1.4 through nightly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the following code I am able to reliably corrupt data in foo in rust nightly rustc 1.5.0-nightly (b2f379cdc 2015-09-23)
The text was updated successfully, but these errors were encountered: