OSV 1.4.0 · github-reviewed · 修改于 2023-06-14 04:35
发布时间
2021-08-26 05:00
GitHub 审查时间
2021-08-10 01:05
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-xwxc-j97j-84gf/GHSA-xwxc-j97j-84gf.json
In 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.