OSV 1.4.0 · github-reviewed · 修改于 2023-06-14 01:11
发布时间
2021-08-26 04:43
GitHub 审查时间
2021-08-20 05:24
NVD 发布时间
2019-08-27 02:15
源文件
advisories/github-reviewed/2021/08/GHSA-c3cw-c387-pj65/GHSA-c3cw-c387-pj65.json
Even if an element is popped from a queue, crossbeam would run its destructor inside the epoch-based garbage collector. This is a source of double frees.
The flaw was corrected by wrapping elements inside queues in a ManuallyDrop.