Following code review from Dmitry V. Levin,
commit03c91965430426f832cdf287979d68984345fe84
authorjay <jay>
Sun, 13 Feb 2005 10:11:38 +0000 (13 10:11 +0000)
committerjay <jay>
Sun, 13 Feb 2005 10:11:38 +0000 (13 10:11 +0000)
tree92fc379248554237b6369de19e5197b0f59ad467
parentfafe4ee010505b151d5228b43b07b16259c24328
Following code review from Dmitry V. Levin,

1. remove test code snippet (time(NULL) was used to place a marker for
   spotting with strace(), but was not actually needed).
2. safely_chdir_nofollow() must not fall back on safely_chdir_lstat()
   because that will expose it to race condition exploits, making it
   pointless.
3. Moved complete_pending_execdirs() up into safely_chdir(), because
   we need to do that in either case.
find/find.c