c83faf0 Try to address a static analysis TOC-TOU warning

Authored and Committed by nalin 8 years ago
1 file changed. 3 lines added. 3 lines removed.
    Try to address a static analysis TOC-TOU warning
    
    Open the file before attempting to lstat() its name, for comparison with
    the fstat() on the open descriptor that we'd do next.
    
        
file modified
+3 -3