OSV 1.4.0 · github-reviewed · 修改于 2023-06-14 02:44
发布时间
2021-08-26 04:50
GitHub 审查时间
2021-08-20 02:56
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-wv4p-jp67-jr97/GHSA-wv4p-jp67-jr97.json
Affected versions of this crate unconditionally implemented Sync and Send traits for MPMCConsumer and MPMCProducer types. This allows users to send types that do not implement Send trait across thread boundaries, which can cause a data race. The flaw was corrected in the 2.0.1 release by adding T: Send bound to affected Sync/Send trait implementations.