Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

More robust celix_utils_deleteDirectory #489

Closed
PengZheng opened this issue Feb 27, 2023 · 0 comments · Fixed by #476
Closed

More robust celix_utils_deleteDirectory #489

PengZheng opened this issue Feb 27, 2023 · 0 comments · Fixed by #476

Comments

@PengZheng
Copy link
Contributor

PengZheng commented Feb 27, 2023

  • Our current implementaiton may be fooled by symbolic links: a malicious directory containing special designed symbolic links may lead to infinite recursion. Fixed by 481645e
  • It may open too many file descriptors along the way.

We may need man 3 fts for a more robust implementation.

@PengZheng PengZheng linked a pull request Mar 31, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant