Closed Erior closed 11 months ago
The DataError in #774 comes from the LZMA stream having EOS bytes at the end, we would need to check if the stream has it or not before raising DataError.
Added a test archive generated from 7za with the -meos flag set.
thanks!
The DataError in #774 comes from the LZMA stream having EOS bytes at the end, we would need to check if the stream has it or not before raising DataError.
Added a test archive generated from 7za with the -meos flag set.