OSV 1.4.0 · github-reviewed · 修改于 2021-08-07 00:36
发布时间
2021-08-26 05:00
GitHub 审查时间
2021-08-07 00:36
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-66p5-j55p-32r9/GHSA-66p5-j55p-32r9.json
Affected versions of this crate called mem::uninitialized() 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 and thus may not remain uninitialized).
The flaw was corrected by avoiding the use of mem::uninitialized(), using MaybeUninit instead.