Lucene search

K
osvGoogleOSV:RUSTSEC-2020-0033
HistoryAug 25, 2020 - 12:00 p.m.

Matrix::new() drops uninitialized memory

2020-08-2512:00:00
Google
osv.dev
3

0.002 Low

EPSS

Percentile

61.8%

Matrix::new() internally calls Matrix::fill_with() which uses *ptr = value pattern to initialize the buffer.
This pattern assumes that there is an initialized struct at the address and drops it, which results in dropping of uninitialized struct.

0.002 Low

EPSS

Percentile

61.8%

Related for OSV:RUSTSEC-2020-0033