Skip to content

[psobj.c] : check length before memcpy

Philip Race requested to merge prr/freetype:memcpy into master

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.

Merge request reports