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

Reduce uninitialized memory trickery in RWLock C interface test #213

Closed
jethrogb opened this issue Feb 10, 2020 · 0 comments · Fixed by rust-lang/rust#76278
Closed

Reduce uninitialized memory trickery in RWLock C interface test #213

jethrogb opened this issue Feb 10, 2020 · 0 comments · Fixed by rust-lang/rust#76278
Labels
enhancement std/rustc Requires changes in Rust std/rustc

Comments

@jethrogb
Copy link
Member

jethrogb commented Feb 10, 2020

Once rust-lang/rust#68491 is merged, implement eddyb's suggestion to use a static in pnkfelix/rust#1 (comment). In the PR, ask eddyb for review.

@jethrogb jethrogb added enhancement std/rustc Requires changes in Rust std/rustc labels Feb 10, 2020
bors added a commit to rust-lang-ci/rust that referenced this issue Sep 14, 2020
…ark-Simulacrum

Improve SGX RWLock initializer test

r? `@eddyb`

This addresses pnkfelix#1 (comment)

Fixes fortanix/rust-sgx#213
@jethrogb jethrogb closed this as completed Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement std/rustc Requires changes in Rust std/rustc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant