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

RUSTSEC-2022-0006: Data race in Iter and IterMut #17

Open
github-actions bot opened this issue Jan 25, 2022 · 0 comments
Open

RUSTSEC-2022-0006: Data race in Iter and IterMut #17

github-actions bot opened this issue Jan 25, 2022 · 0 comments

Comments

@github-actions
Copy link

Data race in Iter and IterMut

Details
Package thread_local
Version 0.3.4
URL Amanieu/thread_local-rs#33
Date 2022-01-23
Patched versions >=1.1.4

In the affected version of this crate, {Iter, IterMut}::next used a weaker memory ordering when loading values than what was required, exposing a potential data race
when iterating over a ThreadLocal's values.

Crates using Iter::next, or IterMut::next are affected by this issue.

See advisory page for additional details.

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

No branches or pull requests

0 participants