mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Report 0083-array-tools to RustSec
This commit is contained in:
15
crates/array-tools/RUSTSEC-0000-0000.md
Normal file
15
crates/array-tools/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,15 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "array-tools"
|
||||
date = "2020-12-31"
|
||||
url = "https://github.com/L117/array-tools/issues/2"
|
||||
categories = ["memory-corruption"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# `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.
|
||||
Reference in New Issue
Block a user