Lucene search

K
rustsecRustsecRUSTSEC-2020-0131
HistoryNov 14, 2020 - 12:00 p.m.

Send/Sync bound needed on T for Send/Sync impl of RcuCell<T>

2020-11-1412:00:00
rustsec.org
5

0.003 Low

EPSS

Percentile

69.3%

Affected versions of this crate unconditionally implement Send/Sync for RcuCell&lt;T&gt;.
This allows users to send T: !Send to other threads (while T enclosed within RcuCell&lt;T&gt;), and allows users to concurrently access T: !Sync by using the APIs of RcuCell&lt;T&gt; that provide access to &T.

This can result in memory corruption caused by data races.

CPENameOperatorVersion
rcu_celleqany

0.003 Low

EPSS

Percentile

69.3%

Related for RUSTSEC-2020-0131