[aat] Fix LookupFormat10 sanitize

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11060
This commit is contained in:
Behdad Esfahbod 2018-10-20 12:04:51 -07:00
parent f11c557662
commit 00fdbca4f6
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ struct LookupFormat10
valueArrayZ; /* The lookup values (indexed by the glyph index valueArrayZ; /* The lookup values (indexed by the glyph index
* minus the value of firstGlyph). */ * minus the value of firstGlyph). */
public: public:
DEFINE_SIZE_ARRAY (6, valueArrayZ); DEFINE_SIZE_ARRAY (8, valueArrayZ);
}; };
template <typename T> template <typename T>