OSV 1.4.0 · github-reviewed · 修改于 2021-08-25 01:59
发布时间
2021-08-26 04:59
GitHub 审查时间
2021-08-10 01:22
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-8q64-wrfr-q48c/GHSA-8q64-wrfr-q48c.json
该公告已于 2021-08-25 01:59 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
Shared data structure in model crate implements Send and Sync traits regardless of the inner type.
This allows safe Rust code to trigger a data race, which is undefined behavior in Rust.
Users are advised to treat Shared as an unsafe type.
It should not be used outside of the testing context,
and care must be taken so that the testing code does not have a data race
besides a race condition that is expected to be caught by the test.
Check the Rustonomicon for the difference between a data race and a general race condition.