https://bugs.winehq.org/show_bug.cgi?id=50993
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #77521|0 |1 is obsolete| |
--- Comment #18 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 77524 --> https://bugs.winehq.org/attachment.cgi?id=77524 dll-test_2024-12-03.txt
(In reply to Roman Pišl from comment #17)
So it seems not yet fully active in my environment. Details in attached file.
This seems just because I had -O2, so the compiler optimized the unused statements away. The new version attached triggers ASan much better.
- the jmp in kernel32.dll is the issue that should be fixed in the MR
- my issue is triggered if HeapReAlloc is called and that probably does not
happen in your test case (and you must also set windows_hook_rtl_allocators=true)
Now I can reproduce the error message too.