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

dereferencing through copy_nonoverlapping #247

Merged
merged 2 commits into from
Dec 4, 2023
Merged

Conversation

rtbo
Copy link
Collaborator

@rtbo rtbo commented Nov 21, 2023

this is what is done internally as well by copy_from_slice, so it should deal correctly with alignment

fixes #246

this is what is done internally as well by copy_from_slice,
so it should deal correctly with alignment
@rtbo rtbo merged commit c5411cd into rust-x-bindings:main Dec 4, 2023
2 checks passed
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.

In debug mode, misaligned pointer dereference: address must be a multiple of 0x4. Not fixed in 1.2.2
1 participant