fixes oss-fuzz 20886
hb_set_t::resize () is needed after compact()
This commit is contained in:
parent
05a25c1a5b
commit
d0aaba5c50
|
@ -397,6 +397,7 @@ struct hb_set_t
|
||||||
page_map[write_index++] = page_map[i];
|
page_map[write_index++] = page_map[i];
|
||||||
}
|
}
|
||||||
compact (write_index);
|
compact (write_index);
|
||||||
|
resize (write_index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue