v5.3.2
.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
.rarupload 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 PPSA23226instead of its actual
name..zipuploads had always read the title properly;.rarsimply
never looked. It now reads the same file.zipdoes, 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.