mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-25 04:40:44 +01:00
Add misaligned-access soundness issue for dync crate
This commit is contained in:
14
crates/dync/RUSTSEC-0000-0000.toml
Normal file
14
crates/dync/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "dync"
|
||||
date = "2020-09-27"
|
||||
informational = "unsound"
|
||||
title = "VecCopy allows misaligned access to elements"
|
||||
url = "https://github.com/elrnv/dync/issues/4"
|
||||
description = """
|
||||
`VecCopy::data` is created as a Vec of u8 but can be used to store and retrieve
|
||||
elements of different types leading to misaligned access.
|
||||
"""
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
Reference in New Issue
Block a user