Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove regression introduced by b269533.
When the maintainers of squashfs-tools introduced non-fatal error hardening, they also introduced a regression for sasquatch. This was introduced by commit b269533, where "If the writer thread fails to write a block to the output filesystem, treat this as a fatal error.". The problem is that these non-fatal error will happen when sasquatch enumerate through the different compression implementation, and especially with LZMA adaptive it appears. The fix is to explicitly ignore errors during the decompression attempts.
- Loading branch information