Skip to content

CRC Error When Decompressing Archive Larger Than 4GB #138

@OPSnake

Description

@OPSnake

Hi,

When decompressing an archive larger than 4GB, a CRC error is raised. After debugging, it was found that this occurs because the offset remains at MAX_VALUE_32BITS once reached.
The issue appears to stem from the offset calculation, which remains at MAX_VALUE_32BITS once reached, causing a CRC error during file decompression.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions