[aat/kerx] Add a TODO

This commit is contained in:
Ebrahim Byagowi 2018-03-04 02:56:27 +03:30 committed by GitHub
parent 0ef6ab25ab
commit a3e29fd38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ struct kerx
if (!(c->check_struct (this)))
return_trace (false);
/* TODO: Something like `morx`s ChainSubtable should be done here instead */
const KerxTable *table = &StructAfter<KerxTable> (*this);
if (!(table->sanitize (c)))
return_trace (false);