mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-08 19:31:03 +00:00
If the buffers overlap, memcpy must not be used as it might have arbitrary results. memmove() on the other hand is safe to use.
If the buffers overlap, memcpy must not be used as it might have arbitrary results. memmove() on the other hand is safe to use.