OSV 1.4.0 · github-reviewed · 修改于 2021-08-25 03:12
发布时间
2021-08-26 05:01
GitHub 审查时间
2021-05-26 04:52
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-jh37-772x-4hpw/GHSA-jh37-772x-4hpw.json
An issue was discovered in the algorithmica crate through 2021-03-07 for Rust. In the affected versions of this crate, merge_sort::merge() wildly duplicates and drops ownership of T without guarding against double-free. Due to such implementation, simply invoking merge_sort::merge() on Vec<T: Drop> can cause double free bugs.