Skip to content

v5.3.2

Choose a tag to compare

@github-actions github-actions released this 19 Aug 06:28
· 7 commits to main since this release

.rar uploads now show the game's real name — and a memory-safety bug in multi-part handling is fixed.

  • Fixed a memory-safety bug that affected every multi-part .rar. The
    library ps5upload uses to read RAR files misreads memory each time it
    moves from one part to the next — reading about 8 KB out of a buffer far
    smaller than that. In practice it usually got away with it, but it could
    crash at any point during a multi-part upload. The library has no fixed
    version available, so ps5upload now carries a corrected copy.

  • A .rar upload finally identifies the game inside it. It used to
    show no title at all and land in a folder named after the archive — so a
    game arrived as [DLPSGAME.COM]- 01.021 PPSA23226 instead of its actual
    name. .zip uploads had always read the title properly; .rar simply
    never looked. It now reads the same file .zip does, so you get the
    title, title ID and content ID before the upload starts. Verified on a
    real nine-part, 127 GB archive, where it resolves in about a tenth of a
    second.