[BusyBox] Problems with tar !

Steven Scholz steven.scholz at imc-berlin.de
Mon Nov 17 16:24:45 UTC 2003


Hi there,

A construct like

tar -xzOf /var/tmp/pcmcia_0.92_arm.ipk ./data.tar.gz

does not work anymore since CVS as of "-D 2003-11-16" (cvs -q update -D 2003-11-16):

tar: ./data.tar.gz: Not found in archive

CVS as of "-D 2003-11-15" works fine!

The difference is
@@ -185,5 +185,8 @@ extern char get_header_tar(archive_handl
         }
         archive_handle->offset += file_header->size;

+       free(file_header->name);
+       free(file_header->link_name);
+
         return(EXIT_SUCCESS);
  }
???

Uncommenting the above lines in CVS HEAD works fine.

Thanks.

Steven





More information about the busybox mailing list