After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 384504 - File-roller does not handle filenames containing a backquote (`) correctly.
File-roller does not handle filenames containing a backquote (`) correctly.
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.16.x
Other All
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2006-12-10 20:43 UTC by Ash Kyd
Modified: 2006-12-19 20:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Ash Kyd 2006-12-10 20:43:08 UTC
Please describe the problem:
File roller can not extract, rename, or delete a file from a tarball when the filename contains a backquote (`).

Presumably much the same as bug #384499, in that the filename isn't being sufficiently escaped before being passed to tar.

Steps to reproduce:
1. Create a file named "test`"
2. Right click in Nautilus and select "Create Archive..."
3. Choose .tar
4. Open the archive in file-roller.
5. Attempt to rename, delete, or extract the file named "test`"


Actual results:
The file should be renamed, deleted, or extracted depending on the operation.

Expected results:
An error dialog occurs, providing command line output: "/bin/sh: Syntax error: EOF in backquote substitution"

Does this happen every time?
Sure does.

Other information:
Comment 1 Paolo Bacchilega 2006-12-19 20:22:04 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.