[Coverage] Minor access arrayZ directly in a couple places

This commit is contained in:
Behdad Esfahbod 2023-05-08 14:29:07 -06:00
parent c0e6a96af3
commit 2f05c32c36

View file

@ -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.