ReactOS 0.4.16-dev-1063-gd722e70
__report_gsfailure.c
Go to the documentation of this file.
1//
2// __report_gsfailure.c
3//
4// Copyright (c) 2024 Timo Kreuzer
5//
6// Implementation of __report_gsfailure.
7//
8// SPDX-License-Identifier: MIT
9//
10
11#include <intrin.h>
12#include <ntrtl.h>
13
14#if defined(_M_IX86)
15__declspec(noreturn) void __cdecl __report_gsfailure(void)
16#else
17__declspec(noreturn) void __cdecl __report_gsfailure(_In_ uintptr_t _StackCookie)
18#endif
19{
21}
#define __cdecl
Definition: accygwin.h:79
void __declspec(noinline) __cdecl _free_base(void *const block)
Definition: free_base.cpp:98
__fastfail(FAST_FAIL_INVALID_ARG)
unsigned int uintptr_t
Definition: intrin.h:47
#define _In_
Definition: no_sal2.h:158
#define FAST_FAIL_STACK_COOKIE_CHECK_FAILURE