Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
u3: improve snapshot corruption size checks (#468)
These checks were introduced in v2.7, aborting the process if the snapshot metadata indicated that truncation had occurred. But the check as written is unnecessarily strict, and also aborts the process if the snapshot was larger than necessary. This PR prints a warning in that case and otherwise continues.
- Loading branch information