3 Feb
2023
3 Feb
'23
7:42 a.m.
On Thu Feb 2 15:52:10 2023 +0000, Jinoh Kang wrote:
Since `RtlQueryHeapInformation` is not a NT system service (syscall), native might just propagate the exception instead of handling it. According to tests, calling `HeapQueryInformation( 0, ... )` fails and sets `ERROR_NOACCESS` last error, so I think it's trapped somewhere.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1628#note_22908