You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: