https://bugs.winehq.org/show_bug.cgi?id=44180
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Created attachment 59945 --> https://bugs.winehq.org/attachment.cgi?id=59945 Don't fill random size
The app is passing an uninitialized stack value, so it crashes randomly depending on the stack contents, it's not really a regression. This hack fixes it, but it would need some test cases.