Comment 2 for bug 590225

Revision history for this message
Yavor Nikolov (yavor-nikolov) wrote :

Issue has been identified following condition after decompress should trigger an error:
( (bzret != BZ_STREAM_END) && fileData->isLastInSequence )
since it indicates premature input truncation.