OSV 1.4.0 · github-reviewed · 修改于 2021-08-25 01:59
发布时间
2021-08-26 04:57
GitHub 审查时间
2021-08-19 04:26
NVD 发布时间
2021-08-08 14:15
源文件
advisories/github-reviewed/2021/08/GHSA-gvvv-w559-2hg6/GHSA-gvvv-w559-2hg6.json
An issue was discovered in the scottqueue crate through 2020-11-15 for Rust. There are unconditional implementations of Send and 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.