tobiasschulz / tar-cs

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

Some non-standard tar archives end with only one zero-filled record #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using an tar archive that ends with only one zero-filled records
2. The archive is created using Total Commander
3.

What is the expected output? What do you see instead?
Expected output is normal processing of tar archive. Instead the TarReader
reports "Broken archive".

What version of the product are you using? On what operating system?
0.92. Windows XP.

Please provide any additional information below.
Add condition "|| headerRead == 0" for the "return false" in MoveNext method. 

Original issue reported on code.google.com by jure.mi...@gmail.com on 28 Oct 2009 at 11:31

GoogleCodeExporter commented 9 years ago
Do you have an example of a file?

Original comment by vasilt...@gmail.com on 17 Jun 2011 at 8:26