Closed josh-hadley closed 1 year ago
Add guards for h->otl == NULL in GSUB and GPOS code. Previously this was not explicitly checked, but could be NULL resulting in segfault.
Description
Add guards for h->otl == NULL in GSUB and GPOS code. Previously this was not explicitly checked, but could be NULL resulting in segfault.
Checklist:
I have added test code and data to prove that my code functions correctly