OSV 1.4.0 · github-reviewed · 修改于 2021-08-25 01:58
发布时间
2021-08-26 05:00
GitHub 审查时间
2021-08-07 02:34
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-v42f-j8fx-99f3/GHSA-v42f-j8fx-99f3.json
该公告已于 2021-08-25 01:58 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
Affected versions of this crate unconditionally implements Send/Sync for Queue<T>.
This allows (1) creating data races to a T: !Sync and (2) sending T: !Send to other threads, resulting in memory corruption or other undefined behavior.