[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
parent e5dfffb1ef
commit 96f1237794
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))));
}