From aa381ae963fedadc227afcc154e3cf95d9aa84c1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 18 Jul 2023 10:42:13 -0600 Subject: [PATCH] [ReverseChain] Remove SIZE_MAX Oops. Can't set it since the struct has offsets. --- src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh b/src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh index a45d86055..916fa281b 100644 --- a/src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh +++ b/src/OT/Layout/GSUB/ReverseChainSingleSubstFormat1.hh @@ -27,7 +27,6 @@ struct ReverseChainSingleSubstFormat1 * GlyphIDs--ordered by Coverage Index */ public: DEFINE_SIZE_MIN (10); - DEFINE_SIZE_MAX (4 + 65536 * (2 * Offset16::static_size + HBGlyphID16::static_size)); bool sanitize (hb_sanitize_context_t *c) const {