Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Prevent copying a directory into itself #4

Open
AvianFlu opened this issue Sep 28, 2011 · 1 comment
Open

Prevent copying a directory into itself #4

AvianFlu opened this issue Sep 28, 2011 · 1 comment

Comments

@AvianFlu
Copy link
Owner

cp -r stops users from doing this. ncp currently continues to recurse, resulting eventually in ENAMETOOLONG after many levels of directory nesting. While an obscure situation, this should be fixed.

@anandkumarpatel
Copy link

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants