• 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
..
Makefile.in Loading commit data...
atom.c Loading commit data...
change.c Loading commit data...
directory.c Loading commit data...
env.c Loading commit data...
error.c Loading commit data...
exception.c Loading commit data...
file.c Loading commit data...
generated.c Loading commit data...
info.c Loading commit data...
large_int.c Loading commit data...
ntdll_test.h Loading commit data...
om.c Loading commit data...
path.c Loading commit data...
pipe.c Loading commit data...
port.c Loading commit data...
reg.c Loading commit data...
rtl.c Loading commit data...
rtlbitmap.c Loading commit data...
rtlstr.c Loading commit data...
string.c Loading commit data...
sync.c Loading commit data...
thread.c Loading commit data...
threadpool.c Loading commit data...
time.c Loading commit data...
virtual.c Loading commit data...
wow64.c Loading commit data...