Files
advisory-db/crates/lazy-init/RUSTSEC-2021-0004.md
Yechan Bae b724f12a5b Update CVE numbers (#777)
* Update CVE numbers

* Fix RUSTSEC-2020-0093

* Add another alias for async-h1 crate
2021-02-25 20:00:25 -05:00

391 B

[advisory]
id = "RUSTSEC-2021-0004"
package = "lazy-init"
aliases = ["CVE-2021-25901"]
date = "2021-01-17"
categories = ["memory-corruption"]
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.