Skip to content

rarfile v4.4

Choose a tag to compare

@github-actions github-actions released this 22 Jul 16:19
· 70 commits to master since this release

Security fixes:

  • 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]