http://bugs.winehq.org/show_bug.cgi?id=17413
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dylan.ah.smith@gmail.com Status|NEW |ASSIGNED
--- Comment #1 from Dylan Smith dylan.ah.smith@gmail.com 2009-02-24 11:52:09 --- Seems like it is fixed by commit b9b9835f9368c83e15451e04c8e0781012ac4a2f which I submitted to fix Bug 17502.
The patch initializes an uninitialized value. Turning on the heap channel for debugging initializes allocated bytes that aren't initialized, so it caused the tests to fail.