[subset] init offset_overflow in hb_serialize_context_t.
This commit is contained in:
parent
cf79fc342d
commit
b9ecc7420d
|
@ -131,6 +131,7 @@ struct hb_serialize_context_t
|
|||
{
|
||||
this->successful = true;
|
||||
this->ran_out_of_room = false;
|
||||
this->offset_overflow = false;
|
||||
this->head = this->start;
|
||||
this->tail = this->end;
|
||||
this->debug_depth = 0;
|
||||
|
|
Loading…
Reference in New Issue