Affected versions of this crate called mem::uninitialized() to create a NonNull<T>, which is undefined behavior.
mem::uninitialized()
NonNull<T>
The flaw was corrected by avoiding the use of mem::uninitialized().
{ "license": "CC0-1.0" }
{ "affects": { "arch": [], "functions": [], "os": [] }, "affected_functions": null }
{ "categories": [], "informational": "unsound", "cvss": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }