Lucene search
+L

1 matches found

Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.31 views

Data races in lexer

lexer is a plugin based lexical reader.Affected versions of this crate implements Sync for ReaderResult with the trait bound T: Send, E: Send. Since matching on the public enum ReaderResult provides access to &T & &E, allowing data race to a non-Sync type T or E. This can result in a memory...

8.1CVSS8AI score0.00833EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder