[subset] init offset_overflow in hb_serialize_context_t.

This commit is contained in:
Garret Rieger 2021-02-16 13:39:10 -08:00
parent cf79fc342d
commit b9ecc7420d
1 changed files with 1 additions and 0 deletions

View File

@ -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;