[kern] Minor

This commit is contained in:
Behdad Esfahbod 2018-10-09 22:39:31 -04:00
parent 53e5594500
commit 8bff1d2994
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ struct KernSubTableWrapper
TRACE_SANITIZE (this);
return_trace (c->check_struct (thiz()) &&
thiz()->length >= T::min_size &&
c->check_array (thiz(), thiz()->length, 1) &&
c->check_range (thiz(), thiz()->length) &&
thiz()->subtable.sanitize (c, thiz()->format));
}
};