[aat] Add missing check to ankr table

Isn't absolutely needed.  But helps.
This commit is contained in:
Behdad Esfahbod 2019-03-26 16:17:45 -07:00 committed by Michiharu Ariza
parent 782961d216
commit 1dfc2dfff5
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ struct ankr
TRACE_SANITIZE (this);
return_trace (likely (c->check_struct (this) &&
version == 0 &&
c->check_range (this, anchorData) &&
lookupTable.sanitize (c, this, &(this+anchorData))));
}