tar: fix obscure case when name is "" and prefix is not ""

This commit is contained in:
Denis Vlasenko 2008-04-29 04:12:58 +00:00
parent d93400bffb
commit 05efca90d2

View File

@ -112,7 +112,7 @@ char get_header_tar(archive_handle_t *archive_handle)
archive_handle->offset += 512;
/* If there is no filename its an empty header */
if (tar.name[0] == 0) {
if (tar.name[0] == 0 && tar.prefix[0] == 0) {
if (end) {
/* This is the second consecutive empty header! End of archive!
* Read until the end to empty the pipe from gz or bz2