mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[Coverage] Minor access arrayZ directly in a couple places
This commit is contained in:
parent
c0e6a96af3
commit
2f05c32c36
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ struct CoverageFormat2_4
|
|||
if (__more__ ())
|
||||
{
|
||||
unsigned int old = coverage;
|
||||
j = c->rangeRecord[i].first;
|
||||
coverage = c->rangeRecord[i].value;
|
||||
j = c->rangeRecord.arrayZ[i].first;
|
||||
coverage = c->rangeRecord.arrayZ[i].value;
|
||||
if (unlikely (coverage != old + 1))
|
||||
{
|
||||
/* Broken table. Skip. Important to avoid DoS.
|
||||
|
|
Loading…
Add table
Reference in a new issue