dharple / detox

Tames problematic filenames
BSD 3-Clause "New" or "Revised" License
332 stars 19 forks source link

Segfault when parsing more than 10 files at once #56

Closed ghost closed 3 years ago

ghost commented 3 years ago

$ detox 1 2 3 4 5 6 7 8 9 0 11 ' 'Segmentation fault (core dumped)

Sourceforge has a detailed talk about this issue (and a patch for that) HERE. It's currently used on Void Linux and it works fine with it, but it would be nice to have it in upstream.

dharple commented 3 years ago

Thank you for passing this along to me. I've committed the patch and created a new release, v1.4.1, to address the issue.