Lucene search
+L

1 matches found

Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.33 views

Data races in noise_search

Affected versions of the noisesearch crate unconditionally implement Send/Sync for MvccRwLock. This can lead to data races when types that are either !Send or !Sync e.g. Rc, Arc are contained inside MvccRwLock and sent across thread boundaries. The data races can potentially lead to memory...

8.1CVSS8AI score0.0124EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder