https://bugs.winehq.org/show_bug.cgi?id=42731
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase Component|-unknown |cmd
--- Comment #2 from Damjan Jovanovic damjan.jov@gmail.com --- Some buffers in WCMD_HandleTildeModifiers() are only of size MAX_PATH, even though they handle strings that aren't necessarily files. When I change them to have size MAXSTRING, the crash doesn't happen.