From 749df4ee8449107b39d76df353785a6f96b1cfa0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 21 Jan 2023 16:00:54 -0700 Subject: [PATCH] [PairPosFormat1] One more --- src/OT/Layout/GPOS/PairPosFormat1.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OT/Layout/GPOS/PairPosFormat1.hh b/src/OT/Layout/GPOS/PairPosFormat1.hh index 12978e58b..b4a9a9ad5 100644 --- a/src/OT/Layout/GPOS/PairPosFormat1.hh +++ b/src/OT/Layout/GPOS/PairPosFormat1.hh @@ -43,7 +43,7 @@ struct PairPosFormat1_3 { valueFormat, len1, - Types::HBGlyphID::static_size + HBUINT16::static_size * (len1 + len2) + PairSet::get_size (len1, len2) }; return_trace (coverage.sanitize (c, this) && pairSet.sanitize (c, this, &closure));