Files
advisory-db/crates/chunky/RUSTSEC-2020-0035.toml
2020-08-26 17:54:14 +00:00

14 lines
393 B
TOML

[advisory]
id = "RUSTSEC-2020-0035"
package = "chunky"
date = "2020-08-25"
informational = "unsound"
title = "Chunk API does not respect align requirement"
url = "https://github.com/aeplay/chunky/issues/2"
description = """
Chunk API does not respect the align requirement of types. Unaligned reference can be created with the API, which is an undefined behavior.
"""
[versions]
patched = []