Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XrdXrootd] Fix time-of-check vs time-of-use race condition
Between the call to stat and the open, the file size may change. First open the file, then use fstat with the file descriptor to ensure consistency.
- Loading branch information