• Paul Eggert's avatar
    Fix bug with clang + directory_files_internal + GC. · a98a91ac
    Paul Eggert authored
    * src/dired.c (directory_files_internal): Use a volatile variable
    to prevent the compiler from optimizing away all copies of a local.
    I wonder how many other GC-related bugs like this lurk elsewhere?
    
    Fixes: debbugs:16986
    a98a91ac
dired.c 32.4 KB