bug-findutils
[Top][All Lists]
Advanced

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

[bug #15384] find misbehaves when parent directory is not readable


From: Eric Blake
Subject: [bug #15384] find misbehaves when parent directory is not readable
Date: Wed, 22 Aug 2007 17:49:20 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 Mnenhy/0.7.5.666

Follow-up Comment #2, bug #15384 (project findutils):

Revisiting this old bug, I wonder if the fts algorithm in 4.3.x matters.

Anyways, while trying to reproduce this, I did:

$ d=/tmp/.private/d
$ mkdir -p $d
$ chmod a-rx /tmp/.private
$ dirname $d
/tmp/.private
$ find --version |head -n1
GNU find version 4.3.8
$ find $d
find: `/tmp/.private/d': Permission denied
$ oldfind $d
assertion "starting_desc >= 0" failed: file
"/home/eblake/findutils-4.3.8-1/src/findutils-4.3.8/find/find.c", line 201
Hangup

So there's certainly still a problem.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?15384>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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