OSV 1.4.0 · github-reviewed · 修改于 2021-08-25 01:52
发布时间
2021-08-26 05:00
GitHub 审查时间
2021-08-07 04:11
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-jh2g-xhqq-x4w9/GHSA-jh2g-xhqq-x4w9.json
该公告已于 2021-08-25 01:52 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
Affected versions of this crate unconditionally implement Send/Sync for RcuCell<T>.
This allows users to send T: !Send to other threads (while T enclosed within RcuCell<T>), and allows users to concurrently access T: !Sync by using the APIs of RcuCell<T> that provide access to &T.
This can result in memory corruption caused by data races.