http://bugs.winehq.org/show_bug.cgi?id=28294 jhgf <bernhardloos(a)googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardloos(a)googlemail.com --- Comment #5 from jhgf <bernhardloos(a)googlemail.com> 2011-09-29 13:56:03 CDT --- it's a bug in wcsncpy_s: the native version happily accepts a NULL value for src and interprets this as an empty string, so returning 0 instead of MSVCRT_EINVAL fixes this. Unfortunetly, the same is probably true for all the other string functions, so somebody will have to write tests at least some of them and fix them up and there are a bunch ... -- 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.