mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-23 03:39:01 +01:00
20 lines
485 B
Markdown
20 lines
485 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2020-0146"
|
|
package = "generic-array"
|
|
date = "2020-04-09"
|
|
url = "https://github.com/fizyk20/generic-array/issues/98"
|
|
categories = ["memory-corruption"]
|
|
keywords = ["soundness"]
|
|
|
|
[versions]
|
|
patched = [">= 0.14.0"]
|
|
unaffected = ["< 0.8.0"]
|
|
```
|
|
|
|
# arr! macro erases lifetimes
|
|
|
|
Affected versions of this crate allowed unsoundly extending
|
|
lifetimes using `arr!` macro. This may result in a variety of
|
|
memory corruption scenarios, most likely use-after-free.
|