Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[patch] apply icu.8800.freeserif.crash.patch to icu subtree
  • Loading branch information
Islam Amer committed Mar 23, 2014
1 parent 666bd93 commit cf9f3ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion icu/source/layout/LookupProcessor.cpp
Expand Up @@ -220,7 +220,9 @@ LookupProcessor::LookupProcessor(const LETableReference &baseAddress,

if (requiredFeatureIndex != 0xFFFF) {
requiredFeatureTable = featureListTable->getFeatureTable(featureListTable, requiredFeatureIndex, &requiredFeatureTag, success);
featureReferences += SWAPW(featureTable->lookupCount);
if (requiredFeatureTable.isValid()) {
featureReferences += SWAPW(requiredFeatureTable->lookupCount);
}
}

lookupOrderArray = LE_NEW_ARRAY(le_uint16, featureReferences);
Expand Down

0 comments on commit cf9f3ca

Please sign in to comment.