[Bug 222698] find(1)'s -newer expression doesn't work with symbolic links if '-P' (the default) is requested.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 28 19:49:37 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222698

--- Comment #3 from Conrad Meyer <cem at freebsd.org> ---
(In reply to Conrad Meyer from comment #2)
Ah, that is during traversal.  For the reference file (the "plan"), find(1) is
incorrectly using fstatat without the NOFOLLOW flag:

fstatat(AT_FDCWD,"lINK-to-fILE",{ mode=-rw-r--r--
,inode=42459474,size=19,blksize=32768 },0x0) = 0 (0x0)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list