[kern] Minor
This commit is contained in:
parent
53e5594500
commit
8bff1d2994
|
@ -283,7 +283,7 @@ struct KernSubTableWrapper
|
||||||
TRACE_SANITIZE (this);
|
TRACE_SANITIZE (this);
|
||||||
return_trace (c->check_struct (thiz()) &&
|
return_trace (c->check_struct (thiz()) &&
|
||||||
thiz()->length >= T::min_size &&
|
thiz()->length >= T::min_size &&
|
||||||
c->check_array (thiz(), thiz()->length, 1) &&
|
c->check_range (thiz(), thiz()->length) &&
|
||||||
thiz()->subtable.sanitize (c, thiz()->format));
|
thiz()->subtable.sanitize (c, thiz()->format));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue