提交 00fdbca4 编写于 作者: B Behdad Esfahbod

[aat] Fix LookupFormat10 sanitize

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11060
上级 f11c5576
......@@ -285,7 +285,7 @@ struct LookupFormat10
valueArrayZ; /* The lookup values (indexed by the glyph index
* minus the value of firstGlyph). */
public:
DEFINE_SIZE_ARRAY (6, valueArrayZ);
DEFINE_SIZE_ARRAY (8, valueArrayZ);
};
template <typename T>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册