[Bug 13469] Python long sys calls

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 12 23:07:50 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=13469





--- Comment #6 from Vitaliy Margolen <vitaliy at 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).


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list