Latest release does not properly handle spaces in directory names for input arguments
fiveseven808 opened this issue · 5 comments
When using windows binary release from this commit:
8c64d23
It does not handle directories with spaces in their names and crashes.
i.e.
ddh.exe .\ ----- Runs fine
ddh.exe ".\space in name" ------ Causes the error below
thread 'main' panicked at 'Error canonicalizing input: Os { code: 123, kind: Other, message: "The filename, directory name, or volume label syntax is incorrect." }', libcore\result.rs:945:5
stack backtrace:
0:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10: BaseThreadInitThunk
11: RtlUserThreadStart
Exact same error message still
I can't reproduce this bug. Please compile from source when you can and let me know if the issue persists.
The latest release has a possibly temporary fix for this.
Current release seems to be working fine now! Issue does not appear anymore.