Follow-up Comment #3, bugs #11879 (project findutils):
1. this hunk looks odd:
+ time(NULL);
+ opendir(".");
+ time(NULL);
+
2. safely_chdir_nofollow() will switch to safely_chdir_lstat() if open()
fails due to some race.
3. I'd prefer to avoid runtime fallback to safely_chdir_lstat() on pl
Update of patch #3731 (project findutils):
Status:None => Postponed
___
Follow-up Comment #1:
Thanks for your contribution. Firstly, please provide this as a
unified-format diff. The r
Update of bugs #11879 (project findutils):
Status:None => Fixed
___
Follow-up Comment #2:
I have just checked the attached patch into CVS. This resolves the problem
by using open(..