mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 09:10:25 +01:00
16 lines
517 B
Markdown
16 lines
517 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2020-0132"
|
|
package = "array-tools"
|
|
date = "2020-12-31"
|
|
url = "https://github.com/L117/array-tools/issues/2"
|
|
categories = ["memory-corruption"]
|
|
|
|
[versions]
|
|
patched = [">= 0.3.2"]
|
|
```
|
|
|
|
# `FixedCapacityDequeLike::clone()` can cause dropping uninitialized memory
|
|
|
|
Affected versions of this crate don't guard against panics, so that partially uninitialized buffer is dropped when user-provided `T::clone()` panics in `FixedCapacityDequeLike<T, A>::clone()`. This causes memory corruption.
|