• Paul Eggert's avatar
    Fix directory-files-and-attributes race · f7228a64
    Paul Eggert authored
    * src/dired.c (directory_files_internal): Fix race condition:
    when some other process removed a file between the readdir and
    the ensuing lstat, directory-files-and-attributes would return
    a list containing nil.
    f7228a64
dired.c 33.5 KB