[Coverage] Speed up subset for too-large Coverage tables
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54980
This commit is contained in:
parent
8460909e0c
commit
0728098e45
|
@ -147,6 +147,7 @@ struct Coverage
|
||||||
TRACE_SUBSET (this);
|
TRACE_SUBSET (this);
|
||||||
auto it =
|
auto it =
|
||||||
+ iter ()
|
+ iter ()
|
||||||
|
| hb_take (c->plan->source->get_num_glyphs ())
|
||||||
| hb_filter (c->plan->glyph_map_gsub)
|
| hb_filter (c->plan->glyph_map_gsub)
|
||||||
| hb_map_retains_sorting (c->plan->glyph_map_gsub)
|
| hb_map_retains_sorting (c->plan->glyph_map_gsub)
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue