OSV 1.4.0 · github-reviewed · 修改于 2023-06-14 01:12
发布时间
2021-08-26 04:49
GitHub 审查时间
2021-08-20 04:50
NVD 发布时间
2020-12-31 17:15
源文件
advisories/github-reviewed/2021/08/GHSA-qxjq-v4wf-ppvh/GHSA-qxjq-v4wf-ppvh.json
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.
The issue was resolved in v0.5.0 by replacing data being stored by Vec<u8> with a custom managed pointer. Elements are now stored and retrieved using types with proper alignment corresponding to original types.