Skip to content

sasquatch-v4.5.1-3

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 09:59
· 4 commits to main since this release
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 b26953313f99bff53f8d4f029ab8615d172791b7,
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.