Re: [PATCH v3 0/1] MR3030: ntdll: Allow RtlAllocateHeap to crash with invalid handle
June 11, 2023
2:48 a.m.
On Sun Jun 11 02:34:19 2023 +0000, Etaash Mathamsetty wrote:
If I added the test, it would just crash the test program. In other tests they simply just add a win_skip in these cases, but then there's no point in having a test in my opinion, since it's just going to get skipped. Not sure what to do about RtlReAllocateHeap unfortunately. 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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3030#note_35348
1020
Age (days ago)
1020
Last active (days ago)
0 comments
1 participants
participants (1)
-
Fabian Maurer (ï¼ DarkShadow44)