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>.
{ "nvd_published_at": "2021-01-26T18:16:22Z", "cwe_ids": [ "CWE-415" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-08-19T18:43:30Z" }