Lucene search

K
rustsecRustsecRUSTSEC-2020-0108
HistoryDec 20, 2020 - 12:00 p.m.

Soundness issue: Input<R> can be misused to create data race to an object

2020-12-2012:00:00
rustsec.org
5

0.002 Low

EPSS

Percentile

53.0%

Input&lt;R&gt; implements Send without requiring R: Send.

Affected versions of this crate allows users to send non-Send types to other threads,
which can lead to undefined behavior such as data race and memory corruption.

The flaw was corrected in version 0.5.1 by adding R: Send bound to the Send impl of Input&lt;R&gt;.

CPENameOperatorVersion
eventiolt0.5.1

0.002 Low

EPSS

Percentile

53.0%

Related for RUSTSEC-2020-0108