tobiasschulz / tar-cs

Automatically exported from code.google.com/p/tar-cs
Other
0 stars 0 forks source link

TarReader does not support certain stream types. #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. A stream Read operation will return 0 if the End-Of-Stream has been reached, 
or any number less than or equal to the requested length if the read was 
successful.
2. Create a TarReader that reads from a stream that does not return the full 
block requested, but only partial reads.
3. The TarReader croaks, stating that the file format is invalid

0.92

Original issue reported on code.google.com by ksjob...@gmail.com on 4 Oct 2013 at 10:15

Attachments:

GoogleCodeExporter commented 9 years ago
Good catch! Thank you. It's applied.

Original comment by vasilt...@gmail.com on 18 Jan 2014 at 11:56