Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use --force in gzip decompress #4691

Merged
merged 1 commit into from
Apr 26, 2022

Commits on Apr 22, 2022

  1. Don't use --force in gzip decompress

    Normally gzip stops reading input when it has reached its own end-of
    input marker even when that is before the end of input. This is
    overridden by --force for decompression and it is creating a problem for
    us because suspend images on disk are represented as devices that are
    larger than the actual content - so --force kept reading beyond the
    actual input and this in turn was not accepted by the code taking the
    uncompressed output.
    
    Signed-off-by: Christian Lindig <christian.lindig@citrix.com>
    lindig committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ab7dd15 View commit details
    Browse the repository at this point in the history