Skip to content

Commit

Permalink
Merge pull request #381 from Qwaz/0014-sized-chunks
Browse files Browse the repository at this point in the history
sized-chunks: Multiple soundness issues in Chunk and InlineArray
  • Loading branch information
Shnatsel authored Sep 6, 2020
2 parents 88c518e + 5534479 commit e7e8aa3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions crates/sized-chunks/RUSTSEC-0000-0000.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[advisory]
id = "RUSTSEC-0000-0000"
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 = []

0 comments on commit e7e8aa3

Please sign in to comment.