http://bugs.winehq.org/show_bug.cgi?id=30720
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Regression SHA1|edb48a06eea5faf15ff7b2b40b8 | |59c25e9fd2573 |
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2012-05-21 07:53:13 CDT --- That's an application bug, it tries to terminate a Unicode string with a single zero byte, so the string may or may not end up properly terminated depending on the previous heap contents.
Technically not a regression, it's just luck that it worked before. The mentioned commit is unrelated, except for the fact that it influences the heap layout.