Commit 83e0392ceadb7e1d9db09a7f013e28759a666e89

Patrick Steinhardt 2017-05-19T13:39:05

index: also sanity check entry size with compressed entries We have a check in place whether the index has enough data left for the required footer after reading an index entry, but this was only used for uncompressed entries. Move the check down a bit so that it is executed for both compressed and uncompressed index entries.