Skip to content

[truetype] Reject fvar loading when num_instances too low

Dominik Röttsches requested to merge drott/freetype:gvarReg into master

Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=1360295

  • src/truetype/ttgxvar.c (TT_Get_MM_Var): Reject retrieving master when fvar values locally do not match with sanitized values from initialization at sfnt_init_face() time.

Merge request reports