Skip to content

Fix segfault in `cff_slot_load`.

which happens when the function is called with size being NULL, and FT_CONFIG_OPTION_SVG is active.

Other paths in the function already check if size is non-NULL, so I assume the call is valid but the access to size needs a check.

Merge request reports