OSV 1.4.0 · github-reviewed · 修改于 2023-06-14 01:00
发布时间
2021-08-26 04:53
GitHub 审查时间
2021-08-20 02:40
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-cv7x-6rc6-pq5v/GHSA-cv7x-6rc6-pq5v.json
Upon panic in a user-provided function f, fn mutate() & fn mutate2 drops twice a same object.
Affected versions of this crate did not guard against double drop while temporarily duplicating an object's ownership with ptr::read().
Dropping a same object can result in memory corruption.
The flaw was corrected in version "0.9.11" by fixing the code to abort upon panic.