mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
21 lines
605 B
TOML
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 = []
|