Skip to content

Identify sparse archive in unrar

James John requested to merge donjajo/ark:fix_unrar_multipart_extract into master

unrar vt -v {filename} returns list of volumes mixed together with entries and multifile are parsed as entries which increments the size in ReadOnlyArchiveInterface::onEntry(), causing it to return miscalculated size, which in turn throws error while checking available space in ExtractJob::doWork()

@teams/usability

BUG: 424765

Edited by James John

Merge request reports