https://bugs.winehq.org/show_bug.cgi?id=47808
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #71209|0 |1 is obsolete| |
--- Comment #22 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 73319 --> https://bugs.winehq.org/attachment.cgi?id=73319 hack adjusted to current git: Get stack committed before shared libraries get called which may jump over the guard page.
I retested and this modification was not working, because it is called once for a stack in the area 0x310000, but later stack is switched to 0xffff0000, where the issue manifests again. Therefore adjusted it to get called on the switched stack too.