Re: [PATCH v3 0/1] MR3030: ntdll: Allow RtlAllocateHeap to crash with invalid handle
11 Jun
2023
11 Jun
'23
7:45 a.m.
On Sun Jun 11 02:48:44 2023 +0000, Fabian Maurer wrote:
There is exception handling: ``` #include "wine/exception.h" __TRY { } __EXCEPT_PAGE_FAULT { } __ENDTRY ``` Though maybe there is a reason that is not used in tests, maybe one of the devs can chime in. It needs compiler support. I don't think you will be able to write a test for this easily, manually checking that it actually crashes on Windows is enough.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3030#note_35373
923
Age (days ago)
923
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon