-
Notifications
You must be signed in to change notification settings - Fork 10
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
Audit spin #18
Comments
@64 has audited the RwLock implementation and discovered issues: mvdnes/spin-rs#65 They have also rewritten it based on Folly to fix those issues: mvdnes/spin-rs#66 |
FWIW, I had a quick look over the other parts of spin and didn't see any glaring issues. If someone is going to take a proper look I'd recommend auditing |
Conversion of The rest of Once could still use a soundness audit. |
I've looked through and tested |
Great! If the code isn't extensively commented already, it would be nice to add comments in the form of "This is sound because..." |
spin
crate providesno_std
spinlocks. It has 6000 downloads/day on crates.io and is a transitive dependency oflazy_static!
inno_std
mode.The text was updated successfully, but these errors were encountered: