Affected versions of this crate called mem::zeroed() to create values of a user-supplied type T.
This is unsound e.g. if T is a reference type (which must be non-null).
The flaw was corrected by avoiding the use of mem::zeroed(), using MaybeUninit instead.
{
"github_reviewed": true,
"cwe_ids": [],
"github_reviewed_at": "2022-06-16T23:50:05Z",
"nvd_published_at": null,
"severity": "MODERATE"
}