GHSA-6888-wf7j-34jq: `SegQueue` creates zero value of any type
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.
References
Detect and mitigate GHSA-6888-wf7j-34jq with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →