Lucene search

K
rustsecRustsecRUSTSEC-2020-0133
HistoryNov 15, 2020 - 12:00 p.m.

Queue<T> should have a Send bound on its Send/Sync traits

2020-11-1512:00:00
rustsec.org
8
queue
send bound
sync traits
data races
memory corruption
undefined behavior

EPSS

0.003

Percentile

68.2%

Affected versions of this crate unconditionally implements Send/Sync for Queue&lt;T&gt;.

This allows (1) creating data races to a T: !Sync and (2) sending T: !Send to other threads, resulting in memory corruption or other undefined behavior.

EPSS

0.003

Percentile

68.2%

Related for RUSTSEC-2020-0133