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
Skip CRC check for some old subblocks. Previously rarfile tried to calculate header CRC by reading data payload for those, but that could cause excessive allocations.
Fixes:
RAR5: Reattempt passwords after trying wrong password when header encryption is used. [#131]
Restore fd position in file type detection functions. [#121]