You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: