http://bugs.winehq.org/show_bug.cgi?id=31085
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #2 from Dan Kegel dank@kegel.com 2012-07-01 21:07:19 CDT --- Turns out the problem is reproducible with stepmania, which is open source. The attached patch fixes the problem for me (integer overflow in string compare length cap), and gets a fair bit further.
There are probably a bunch of similar problems (e.g. same code in msvcp60; why are there no tests there?).