Lucene search

K
rustsecRustsecRUSTSEC-2020-0099
HistoryDec 10, 2020 - 12:00 p.m.

Aovec<T> lacks bound on its Send and Sync traits allowing data races

2020-12-1012:00:00
rustsec.org
9

0.0004 Low

EPSS

Percentile

12.6%

aovec::Aovec&lt;T&gt; is a vector type that implements Send and Sync for all
types T.

This allows non-Send types such as Rc and non-Sync types such as Cell to
be used across thread boundaries which can trigger undefined behavior and
memory corruption.

CPENameOperatorVersion
aoveceqany

0.0004 Low

EPSS

Percentile

12.6%

Related for RUSTSEC-2020-0099