[aat] Add missing check to ankr table
Isn't absolutely needed. But helps.
This commit is contained in:
parent
e5dfffb1ef
commit
96f1237794
|
@ -76,6 +76,7 @@ struct ankr
|
||||||
TRACE_SANITIZE (this);
|
TRACE_SANITIZE (this);
|
||||||
return_trace (likely (c->check_struct (this) &&
|
return_trace (likely (c->check_struct (this) &&
|
||||||
version == 0 &&
|
version == 0 &&
|
||||||
|
c->check_range (this, anchorData) &&
|
||||||
lookupTable.sanitize (c, this, &(this+anchorData))));
|
lookupTable.sanitize (c, this, &(this+anchorData))));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue