Files
advisory-db/crates/sized-chunks/RUSTSEC-2020-0041.toml
2020-09-06 22:14:56 +00:00

21 lines
605 B
TOML

[advisory]
id = "RUSTSEC-2020-0041"
package = "sized-chunks"
date = "2020-09-06"
title = "Multiple soundness issues in Chunk and InlineArray"
url = "https://github.com/bodil/sized-chunks/issues/11"
description = """
Chunk:
* Array size is not checked when constructed with `unit()` and `pair()`.
* Array size is not checked when constructed with `From<InlineArray<A, T>>`.
* `Clone` and `insert_from` are not panic-safe; A panicking iterator causes memory safety issues with them.
InlineArray:
* Generates unaligned references for types with a large alignment requirement.
"""
[versions]
patched = []