[BusyBox] Problems with tar

Glenn McGrath bug1 at optushome.com.au
Mon Nov 17 22:20:05 UTC 2003


On Mon, 17 Nov 2003 17:24:45 +0100
Steven Scholz <steven.scholz at imc-berlin.de> wrote:

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

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

> +       free(file_header->name);

I was trying to fix some memory leaks, i forgot file_header->name is
also used in the list of files that was extracted.

The extracted filename wasnt recorded which resulted in the verification
code thinking the file wasnt extracted, when infact it was.

Fixed in CVS.


Glenn



More information about the busybox mailing list