[bugs] [illumos gate - Bug #1219] find shouldn't use FTW_CHDIR

illumos bugs bugs at lists.illumos.org
Sat Jul 16 17:05:31 PDT 2011


Issue #1219 has been updated by Yuri Pankov.


-exec explicitly disables FTW_CHDIR
<pre>
                case EXEC:
                case OK:
                        walkflags &= ~FTW_CHDIR;
</pre>
cmd/find/find.c, near line 559, and I hope -exec doesn't change the symlinks handling...
----------------------------------------
Bug #1219: find shouldn't use FTW_CHDIR
https://www.illumos.org/issues/1219

Author: Yuri Pankov
Status: New
Priority: Low
Assignee: 
Category: cmd - userland programs
Target version: 
Difficulty: Bite-size
Tags: needs-triage


It's usefulness is doubtful and leads to subtle problems with -acl (missing starting paths), as well as other extensions I'm thinking of.


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the bugs mailing list