Bug 74363

Summary: gome-utils search tool uses \n escaped files find find
Product: [Retired] Red Hat Linux Beta Reporter: James Antill <james.antill>
Component: gnome-utilsAssignee: Havoc Pennington <hp>
Status: CLOSED DEFERRED QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: RC3CC: srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-09-21 21:48:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description James Antill 2002-09-21 21:48:07 UTC
Description of Problem:
 gnome-search-tool stupidly uses -print and not -print0

Version-Release number of selected component (if applicable):
gnome-utils-2.0.2-5


How Reproducible:
 Always

Steps to Reproduce:
1. mkdir "`echo -e 'a\nb'`"
2. touch */abcd
3. search for the "abcd" file.

Actual Results:
 crapness

Expected Results:
 non crapness

Additional Information:
 This is easily solved by just passing -print0 to find, and splitting the
results on '\0' instead of '\n'.

Comment 1 Havoc Pennington 2002-09-26 20:59:32 UTC
Moved to http://bugzilla.gnome.org/show_bug.cgi?id=94304

Will get a fix with new gnome-utils tarballs.