Browse Source
The first memmove now copies less bytes in some cases (because len_adj <= slice_len), and the memcpy is replaced with memmove to support the possibility that dest and slice regions are overlapping.pull/2993/head
Damien George
8 years ago
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue