]> git.draconx.ca Git - liblbx.git/commitdiff
tests: Add test for truncated archives.
authorNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2014 05:01:40 +0000 (00:01 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 31 Jan 2014 05:41:02 +0000 (00:41 -0500)
If a real EOF is encountered while reading an archive member this
will not be properly reported as a read error.  So we'll never notice
if extracted files are missing a chunk because the archive is truncated.

Add a test which exposes this behaviour.


No differences found