commit | 96f12377942dbe1c6b1d0ffa7d626d99cb265443 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@fb.com> | Tue Mar 26 16:17:45 2019 -0700 |
committer | Behdad Esfahbod <behdad@fb.com> | Tue Mar 26 16:17:45 2019 -0700 |
tree | 97c03d9553a803e1172d7b5862449a74aac4a92f | |
parent | e5dfffb1ef610a982ed9878fbf3f9ee49cbc3a97 [diff] [blame] |
[aat] Add missing check to ankr table Isn't absolutely needed. But helps.
diff --git a/src/hb-aat-layout-ankr-table.hh b/src/hb-aat-layout-ankr-table.hh index 236e4aa..4087b8c 100644 --- a/src/hb-aat-layout-ankr-table.hh +++ b/src/hb-aat-layout-ankr-table.hh
@@ -76,6 +76,7 @@ TRACE_SANITIZE (this); return_trace (likely (c->check_struct (this) && version == 0 && + c->check_range (this, anchorData) && lookupTable.sanitize (c, this, &(this+anchorData)))); }