diff --git a/src/hb-ot-var-hvac-table.hh b/src/hb-ot-var-hvac-table.hh index 69f3f0d54..5bd6258e6 100644 --- a/src/hb-ot-var-hvac-table.hh +++ b/src/hb-ot-var-hvac-table.hh @@ -41,7 +41,7 @@ struct GlyphVariationDelta { unsigned get_size (unsigned deltasCount) const { - return regionIndex.static_size + deltasCount * sizeof (deltasZ) * 2; + return regionIndex.static_size + 2 * deltasCount * sizeof (deltasZ[0]); } void apply_deltas_to_points (unsigned deltasCount, @@ -79,7 +79,7 @@ struct GlyphVariationDelta TRACE_SANITIZE (this); return_trace (c->check_struct (this) && hb_barrier () && - c->check_range (this, get_size (deltasCount))); + c->check_array (deltasZ, 2 * deltasCount)); } protected: