GHSA-x54v-qxxr-93qc

Source
https://github.com/advisories/GHSA-x54v-qxxr-93qc
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-x54v-qxxr-93qc/GHSA-x54v-qxxr-93qc.json
Aliases
Published
2021-08-25T20:45:01Z
Modified
2024-03-15T00:05:17.938691Z
Summary
Missing release of memory in sized-chunks
Details

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.
References

Affected packages

crates.io / sized-chunks

Package

Affected ranges

Type
SEMVER
Events
Introduced
0The exact introduced commit is unknown
Fixed
0.6.3