4 Aug
2011
4 Aug
'11
1:21 a.m.
http://bugs.winehq.org/show_bug.cgi?id=27177 --- Comment #2 from Alexandex Yastrebov <menone7(a)gmail.com> 2011-08-03 20:21:49 CDT --- The problem is that some functions pass DWORD(unsigned int) as buffer size, accepted from the application, but should correctly handle values like 0xdeadbeaf. Example CryptEnumProvidersA. WideCharToMultiByte however not obliged to correctly handle a negative buffer size. -- 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.