[matcher] Fix reverse-sub test

This commit is contained in:
Behdad Esfahbod 2023-12-02 07:19:37 -05:00
parent a79e372935
commit 974f82862a

View file

@ -522,7 +522,7 @@ struct hb_ot_apply_context_t :
{
idx = start_index_;
end = c->buffer->len;
matcher.set_syllable (per_syllable ? c->buffer->cur().syllable () : 0);
matcher.set_syllable (per_syllable && c->buffer->idx < c->buffer->len ? c->buffer->cur().syllable () : 0);
}
#ifndef HB_OPTIMIZE_SIZE