| Anonymous | Login | Signup for a new account | 11-10-2008 10:45 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000262 | [BusyBox] Standards Compliance | minor | sometimes | 05-19-05 09:19 | 07-31-05 15:34 | ||||
| Reporter | owlman | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.00 | ||||||
| Summary | 0000262: tar -x doesn't believe it has reached the end of archive | ||||||||
| Description | Some (other) tars don't follow the recommendation to fill with zeros the space between the two consecutive empty headers at the end of archive and the actual end of file, and so there are some tar archives with garbage in that slack space. Busybox tar keeps interpreting everything, and when it reaches that garbage, complains about "invalid tar magic". The attached patch appropriately detects the end of archive and then empties the input pipe. | ||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Notes |
|
|
(0000251) leedm777 06-21-05 13:01 |
FWIW, this patch fixes problems that I had with .tar files generated by ANT. http://ant.apache.org [^] http://ant.apache.org/manual/CoreTasks/tar.html [^] |
|
(0000325) pgf 07-20-05 12:24 |
Committed revision 10882. |
| Copyright © 2000 - 2006 Mantis Group |