mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
2913ef5c93
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. |
||
---|---|---|
.. | ||
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 |