[aat] Add missing check to ankr table
Isn't absolutely needed. But helps.
This commit is contained in:
parent
782961d216
commit
1dfc2dfff5
|
@ -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))));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue