Lucene search

K
osvGoogleOSV:GHSA-66P5-J55P-32R9
HistoryAug 25, 2021 - 9:00 p.m.

smallvec creates uninitialized value of any type

2021-08-2521:00:25
Google
osv.dev
8

0.001 Low

EPSS

Percentile

40.6%

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.

CPENameOperatorVersion
smallveclt0.6.13

0.001 Low

EPSS

Percentile

40.6%