提交 8fd83aaf 编写于 作者: B Behdad Esfahbod

[GSUB/GPOS] Fix wrong buffer access in backward skippy mask matching

上级 ff24d108
......@@ -200,7 +200,7 @@ struct hb_apply_context_t
idx--;
} while (_hb_ot_layout_skip_mark (c->face, &c->buffer->out_info[idx], lookup_props, property_out));
num_items--;
return !!(c->buffer->info[idx].mask & mask);
return !!(c->buffer->out_info[idx].mask & mask);
}
inline bool prev (unsigned int *property_out = NULL)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册