bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] Fwd: [regression] tar mess up \ and \\ files


From: Bastien ROUCARIES
Subject: [Bug-tar] Fwd: [regression] tar mess up \ and \\ files
Date: Sun, 2 Mar 2014 12:55:34 +0100

Hi,

newer tar (1.27.1)has a serious regression compared to 1.27.

Could you post a patch here ?

Thank you


---------- Forwarded message ----------
From: bastien ROUCARIES <address@hidden>
Date: 2014-02-26 21:55 GMT+01:00
Subject: [regression] tar mess up \ and \\ files
To: address@hidden


Package: tar
Version: 1.27.1-1
Severity: serious

Serious because it is a regression and it break at least lintian...

strange name is a tar regression:

address@hidden:/tmp/testcase$ ls
'\   \  \\
address@hidden:/tmp/testcase$ tar -cf test.tar *
address@hidden:/tmp/testcase$ tar -tf test.tar
'\\
\\
\\
address@hidden:/tmp/testcase$ mkdir extract
address@hidden:/tmp/testcase$ cd extract/
address@hidden:/tmp/testcase/extract$ tar -xf ../test.tar
address@hidden:/tmp/testcase/extract$ ls
'\   \
address@hidden:/tmp/testcase/extract$ tar --version
tar (GNU tar) 1.27.1
Copyright © 2013 Free Software Foundation, Inc.
Licence GPLv3+ : GNU GPL version 3 ou ultérieure
<http://gnu.org/licenses/gpl.html>
Ceci est un logiciel libre : vous êtes libre de le modifier et de le
redistribuer.
Il est fourni SANS GARANTIE, dans la mesure de ce que permet la loi.

Écrit par John Gilmore et Jay Fenlason.



reply via email to

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