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
7
soundness
input<r>
data race
send
memory corruption
undefined behavior
version 0.5.1
software

EPSS

0.002

Percentile

52.9%

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;.

EPSS

0.002

Percentile

52.9%

Related for RUSTSEC-2020-0108