mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-31 16:50:28 +01:00
lazy-init: Missing Send bound for Lazy (khuey/lazy-init#9)
This commit is contained in:
17
crates/lazy-init/RUSTSEC-0000-0000.md
Normal file
17
crates/lazy-init/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,17 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "lazy-init"
|
||||
date = "2021-01-17"
|
||||
informational = "unsound"
|
||||
url = "https://github.com/khuey/lazy-init/issues/9"
|
||||
|
||||
[versions]
|
||||
patched = ["> 0.4.0"]
|
||||
```
|
||||
|
||||
# Missing Send bound for Lazy
|
||||
|
||||
All current versions of this crate allow causing data races in safe code.
|
||||
|
||||
The flaw will be fixed in the next release.
|
||||
Reference in New Issue
Block a user