Lucene search
+L

5 matches found

Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.16 views

Data races in model

Shared data structure in model crate implements Send and Sync traits regardless of the inner type. This allows safe Rust code to trigger a data race, which is undefined behavior in Rust. Users are advised to treat Shared as an unsafe type. It should not be used outside of the testing context, and...

1.5AI score
SaveExploits0References3Affected Software1
Rows per page
Query Builder