[AAT] Fix mort ContextualSubtable offset access
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12312
This commit is contained in:
parent
a3fa7d3336
commit
7a6686a589
@ -330,7 +330,8 @@ struct ContextualSubtable
|
||||
unsigned int num_entries = 0;
|
||||
if (unlikely (!machine.sanitize (c, &num_entries))) return_trace (false);
|
||||
|
||||
if (!Types::extended) return_trace (true);
|
||||
if (!Types::extended)
|
||||
return_trace (substitutionTables.sanitize (c, this, 0));
|
||||
|
||||
unsigned int num_lookups = 0;
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user