GHSA-xwxc-j97j-84gf
UNKNOWNIn the affected versions of this crate, LockWeak<T> unconditionally implemented Send with no trait bounds on T. LockWeak<T> doesn't own T and only provides &T. This allows concurrent access to a non-Sync T, which can cause undefined behavior like data races.
- Affected
- >=0
- Fixed in
- not stated
- Weakness
- CWE-119
- Published
- 2021-08-25
- Source
- github