[fuzz] Add another fixed case
https://crbug.com/oss-fuzz/14626
another numerous subtables count which is fixed by d38360397
This commit is contained in:
parent
d383603976
commit
f253f06cf3
|
@ -3160,6 +3160,7 @@ struct GSUBGPOS
|
|||
if (unlikely (!this->accels))
|
||||
this->lookup_count = 0;
|
||||
|
||||
printf ("%d\n", lookup_count);
|
||||
for (unsigned int i = 0; i < this->lookup_count; i++)
|
||||
this->accels[i].init (table->get_lookup (i));
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue