mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
fuzzer fix
This commit is contained in:
parent
cb5a6b5a27
commit
7ab0f4eda9
2 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ _try_subset (const TableType *table,
|
|||
hb_subset_context_t* c /* OUT */)
|
||||
{
|
||||
c->serializer->start_serialize<TableType> ();
|
||||
if (c->serializer->in_error ()) return false;
|
||||
|
||||
bool needed = table->subset (c);
|
||||
if (!c->serializer->ran_out_of_room ())
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue