mirror of
https://github.com/freetype/freetype.git
synced 2026-01-18 00:11:18 +01:00
* src/otvalid/otvcommn.c (otv_FeatureList_validate): Fix array size check.
Reported by Marc Schönefeld.
This commit is contained in:
@@ -488,7 +488,7 @@
|
||||
|
||||
OTV_TRACE(( " (FeatureCount = %u)\n", FeatureCount ));
|
||||
|
||||
OTV_LIMIT_CHECK( FeatureCount * 2 );
|
||||
OTV_LIMIT_CHECK( FeatureCount * 6 );
|
||||
|
||||
otvalid->lookup_count = otv_LookupList_get_count( lookups );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user