OSV 1.4.0 · github-reviewed · 修改于 2023-06-14 06:26
发布时间
2021-08-26 04:50
GitHub 审查时间
2021-08-20 02:54
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-64j8-7gp2-xjx5/GHSA-64j8-7gp2-xjx5.json
Affected versions of this crate unconditionally implemented Sync trait for TryMutex<T> type. This allows users to put non-Send T type in TryMutex and send it to another thread, which can cause a data race. The flaw was corrected in the 0.3.0 release by adding T: Send bound for the Sync trait implementation.