Handle ln -sf a foo/ correctly
Previously it would not delete foo/a if it already existed. Use unlinkat() instead to do that.
This commit is contained in:
Reference in New Issue
Block a user
Previously it would not delete foo/a if it already existed. Use unlinkat() instead to do that.