GHSA-9hpw-r23r-xgm5: Data race in `Iter` and `IterMut`
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.
References
Detect and mitigate GHSA-9hpw-r23r-xgm5 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →