http://bugs.winehq.org/show_bug.cgi?id=13469
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2008-06-12 23:07:49 --- Well yeah the fixed size buffers are never a good thing: wcmdmain.c:47 WCHAR quals[MAX_PATH], param1[MAX_PATH], param2[MAX_PATH];
This means that anything longer then 259 chars will overflow the buffer(s).