Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate the written chunks when using a seed (#214)
The seed values are validated at the beginning when we create the extraction "plan". However a seed might point to a location where is possible to read and write data. In that case, even if at the beginning we validated the seed data, the assumption that when we use `WriteInto()` the seed data is still valid might not be true anymore. For this reason we should also re-validate the written data to ensure that what ended up in the destination is exactly what we were expecting. Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com>
- Loading branch information