mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
[LZip] Infinite loop when trying to read until EOF. #681
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @claunia on GitHub (Feb 27, 2021).
Originally assigned to: @claunia on GitHub.
Prerequisites
Check and fill as appropriate:
Description
Infinite loop when trying to read an lzip compressed SaveDskF image.
Exact command line used:
Unit tests.
Expected behavior:
SaveDskF opens correctly.
Actual behavior:
SaveDskF enters an infinite loop because LZip filter never returns EOF.