Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

RUSTSEC-2020-0041: Multiple soundness issues in Chunk and InlineArray #1254

Open
github-actions bot opened this issue Sep 7, 2020 · 0 comments
Open

Comments

@github-actions
Copy link

github-actions bot commented Sep 7, 2020

Multiple soundness issues in Chunk and InlineArray

Details
Package sized-chunks
Version 0.5.3
URL bodil/sized-chunks#11
Date 2020-09-06

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.

See advisory page for additional details.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants