]> git.pond.sub.org Git - empserver/commit - src/lib/common/ef_verify.c
ef_verify: Run verify_row() even for tables without selectors
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 26 Jun 2016 04:51:25 +0000 (06:51 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Aug 2017 18:09:17 +0000 (20:09 +0200)
commit6e9f256c6835f5739c9efc64050b54bfaf11c140
tree4423a008d8a27ec072f13839c991866daf57d152
parent18b5d162485f500365c8342fce667a18c02e332b
ef_verify: Run verify_row() even for tables without selectors

verify_table() skips verify_row() when the table doesn't have
selectors.  But verify_row()'s test for corrupt headers in EFF_TYPED
tables doesn't require selectors.  Harmless, since the two tables that
don't have selectors (EF_MAP and EF_BMAP) aren't EFF_TYPED.  Clean it
up anyway.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/common/ef_verify.c