[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:
Ebrahim Byagowi 2020-03-03 18:57:13 +03:30
parent d383603976
commit f253f06cf3
2 changed files with 1 additions and 0 deletions

View File

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