Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add misaligned-access soundness issue for dync crate #411

Merged
merged 1 commit into from
Sep 27, 2020

Conversation

ammaraskar
Copy link
Contributor

Upstream issue: elrnv/dync#4

This is an unsoundness informational advisory. As shown under miri in the issue above, the VecCopy type in the dync crate allows for misaligned access as it treats everything as a u8 underneath.

@Shnatsel
Copy link
Member

Thanks!

@Shnatsel Shnatsel merged commit b5a4582 into rustsec:master Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants