[aat] Fix LookupFormat10 sanitize
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11060
This commit is contained in:
parent
f11c557662
commit
00fdbca4f6
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue