OSV 1.4.0 · github-reviewed · 修改于 2023-06-14 02:09
发布时间
2021-08-26 04:53
GitHub 审查时间
2021-08-20 02:43
NVD 发布时间
2021-01-27 02:16
源文件
advisories/github-reviewed/2021/08/GHSA-cx4j-fxr7-jxg8/GHSA-cx4j-fxr7-jxg8.json
Affected versions of this crate did not guard against panic within the user-provided function f (2nd parameter of fn map_array), and thus panic within f causes double drop of a single object.
The flaw was corrected in the 0.4.0 release by wrapping the object vulnerable to a double drop within ManuallyDrop<T>.