提交 8782f80c 编写于 作者: M Michiharu Ariza

fixed FDSelect0::sanitize

上级 9c4cadae
......@@ -243,6 +243,7 @@ struct FDSelect0 {
inline bool sanitize (hb_sanitize_context_t *c) const
{
TRACE_SANITIZE (this);
return_trace (likely (c->check_struct (this) && fds[c->get_num_glyphs () - 1].sanitize (c)));
}
HBUINT8 fds[VAR];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册