Closed zicklag closed 3 months ago
Fixes a mistake regarding the behavior of copy_from_nonoverlapping(). When copying from a typed pointer, we provide the number items to copy, not the number of bytes.
copy_from_nonoverlapping()
Fixes a mistake regarding the behavior of
copy_from_nonoverlapping()
. When copying from a typed pointer, we provide the number items to copy, not the number of bytes.