[psobj.c] : check length before memcpy
Issue https://gitlab.freedesktop.org/prr/freetype/-/merge_requests/new?merge_request%5Bsource_branch%5D=memcpy Minimal fix to avoid calling memcpy with a NULL destination - length == 0 is a sentinel for that.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Issue https://gitlab.freedesktop.org/prr/freetype/-/merge_requests/new?merge_request%5Bsource_branch%5D=memcpy Minimal fix to avoid calling memcpy with a NULL destination - length == 0 is a sentinel for that.