Yuriy Sidorov <jura@cp-lab.com>
authorAleksey Bragin <aleksey@reactos.org>
Tue, 8 Jul 2008 21:17:47 +0000 (21:17 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Tue, 8 Jul 2008 21:17:47 +0000 (21:17 +0000)
commitbe356d11cdc6c42faf3b2f1c0c9fb99f48a9c25c
treeb58ff489249905242494c138f287114992634380
parent2c16b9c687e233aec83bb95a3adbe548e22112f5
Yuriy Sidorov <jura@cp-lab.com>
- Always call ZwRaiseException in user mode and RtlDispatchException in kernel mode.
- If RtlDispatchException failed call ZwRaiseException in kernel mode. Otherwise unhandled RtlRaiseException() call in kernel mode simply ignored (do nothing)!
- Call RtlRaiseStatus in RtlRaiseException, if something went wrong.
See issue #3434 for more details.

svn path=/trunk/; revision=34377
reactos/lib/rtl/exception.c