[CBDT] More UnsizedArrayOf cleanup

pull/1251/head
Behdad Esfahbod 6 years ago
parent 2995b4465b
commit da744c6b3e
  1. 2
      src/hb-ot-color-cbdt-table.hh

@ -128,7 +128,7 @@ struct IndexSubtableFormat1Or3
{
TRACE_SANITIZE (this);
return_trace (c->check_struct (this) &&
c->check_array (offsetArrayZ.arrayZ, glyph_count + 1));
offsetArrayZ.sanitize (c, glyph_count + 1));
}
bool get_image_data (unsigned int idx,

Loading…
Cancel
Save