markfasheh / duperemove

Tools for deduping file systems
GNU General Public License v2.0
795 stars 80 forks source link

Never follow symlinks with stat()-style calls. (#202) #203

Closed charles-dyfis-net closed 6 years ago

charles-dyfis-net commented 6 years ago

This ensures that we can't end up recursing on encounter with directory symlinks, and that we don't try to dedup content of a symlink as if it were the file it points to.