bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] GNU tar 1.13.25 does'nt handle file names containing ascii cha


From: Helmut Waitzmann
Subject: [Bug-tar] GNU tar 1.13.25 does'nt handle file names containing ascii characters BEL and VT correctly
Date: Mon, 30 Aug 2004 23:15:02 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

tar (GNU tar) 1.13.25 doesn't interprete the names of archive members,
listed with the '--list' option, in an consistently manner, when given
via the '--files-from' option, i.e., for example,

tar -c -f - . | \
tar -f - -t | \
tar -c -f /dev/null --files-from=- --no-recursion

will fail, if there are files, which names contain ascii BEL or VT, in
the current directory.

To reproduce that failure, run the appended two scripts in an EMPTY
directory and note the error message, which is generated by the last call
to tar in the script "test":

   mkdir some_dir
   cd some_dir
   /path/to/script/setup
   /path/to/script/test

Helmut Waitzmann

Attachment: setup
Description: setup a directory containing files with one-letter-names consisting of an ascii character

Attachment: test
Description: reproduce the error

-- 
Wenn Sie mir E-Mail schreiben, stellen |  When writing me e-mail, please
Sie bitte vor meine E-Mail-Adresse     |  precede my e-mail address with
meinen Vor- und Nachnamen, etwa so:    |  my full name, like
Helmut Waitzmann <address@hidden>, (Helmut Waitzmann) address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]