Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 7c3f362035dec9b7eaec388b1f7f1619c1bd96a3
https://github.com/Perl/perl5/commit/7c3f362035dec9b7eaec388b1f7f1619c1bd96a3
Author: Tony Cook <[email protected]>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M lib/File/stat.t
Log Message:
-----------
prevent a race between name-based stat and an open modifying atime
Most linux systems rarely update atime, so it's very unlikely
for this issue to trigger there, but on a system with classic atime
behaviour this was a race between open modifying atime and time()
ticking over.
gh #17234