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" }
{ "affected_functions": null, "affects": { "os": [], "functions": [], "arch": [] } }
{ "cvss": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "informational": "unsound", "categories": [] }