-
-
Notifications
You must be signed in to change notification settings - Fork 42
Stack overflow #27
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
With a sufficiently large directory, the threads can overflow their stacks because
walk()is recursive. I encountered a similar issue when rewriting theduimplementation inuutils/coreutils, so I decided to testdiskusand found the same problem.