Skip to content

Use memmove instead of memcpy

Akira TAGOH requested to merge tagoh/fontconfig:issues/397 into main

POSIX and C standards says that using memcpy() for overlapping areas produces undefined behavior.

Fixes #397 (closed)

Merge request reports