• Jinoh Kang's avatar
    ntdll: Implement __fastfail(). · c4c9a695
    Jinoh Kang authored
    __fastfail() is used by the Visual C++ runtime and Windows system
    libraries to signal that the in-process state is corrupted and
    unrecoverable.
    
    If __fastfail() is invoked, the NT kernel raises a second-chance
    non-continuable exception STATUS_STACK_BUFFER_OVERRUN.  This quickly
    terminates the process, bypassing all in-process exception handlers
    (since they all rely on the potentially corrupted process state).
    Signed-off-by: 's avatarJinoh Kang <jinoh.kang.kr@gmail.com>
    c4c9a695
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...