Skip to content

Remove unsafe uses of copy_nonoverlapping #557

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

Closed
Tracked by #507
andygrove opened this issue Jun 11, 2024 · 1 comment
Closed
Tracked by #507

Remove unsafe uses of copy_nonoverlapping #557

andygrove opened this issue Jun 11, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@andygrove
Copy link
Member

Describe the bug

We have some uses of std::ptr::copy_nonoverlapping where we do not check the precondition that the pointers must be properly aligned, and we need to address this since it is a safety issue and also prevents us from supporting Rust 1.78.

Steps to reproduce

No response

Expected behavior

No response

Additional context

No response

@andygrove
Copy link
Member Author

This was fixed by #558

@andygrove andygrove modified the milestones: 0.2.0, 0.1.0 Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant