Description
Affected versions of this crate called mem::uninitialized()
to create a NonNull<T>
,
which is undefined behavior.
The flaw was corrected by avoiding the use of mem::uninitialized()
.
More Info
https://github.com/contain-rs/linked-hash-map/pull/100
Patched Versions