-
Heikki Linnakangas authored
We were using memcpy() to copy to a possibly overlapping memory region, which is a no-no. Use memmove() instead.
Heikki Linnakangas authoredWe were using memcpy() to copy to a possibly overlapping memory region, which is a no-no. Use memmove() instead.
Loading