reactos/ntoskrnl/ke/amd64
Timo Kreuzer 2913ef5c93 [NTOS:KE/x64] Fix exception information on page faults
Pass a proper write/execute flag in the ExceptionInformation[0] field of the exception record instead of the raw fault code. This fixes comdlg:filedlg wine test, which writes to a write protected resource section, which needs to be handled by kernel32 UnhandledExceptionFilter, which relies on this parameter to be correct.
2024-09-12 17:07:59 +03:00
..
boot.S
context.c
cpu.c
ctxswitch.S
except.c
freeze.c
interrupt.c
ipi.c
irql.c
kiinit.c
krnlinit.c
mproc.c
spinlock.c
stubs.c
thrdini.c
trap.S
traphandler.c
usercall.c
usercall_asm.S
zeropage.S