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

wierd busybox bugs on find



Problems with 'find'.  These examples are from the rescue filesystem,
CVS build from today:

# cd /usr/bin
# find . -name '*log'
* or \+ or \? follows nothingSegmentation fault

-- note that 'find . -name "*log"' is perfectly valid.

# find . -name 'log*'
./loadfont
./logger

-- looks like an "off by one" error -- it's matching 'lo*' ?

-- 
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>


Reply to: