11#pragma comment(linker, "/alternatename:__CRT_RTC_INITW=__CRT_RTC_INITW0")
12#elif defined(_M_IA64) || defined(_M_AMD64) || defined(_M_ARM) || defined(_M_ARM64)
13#pragma comment(linker, "/alternatename:_CRT_RTC_INITW=_CRT_RTC_INITW0")
15#error Unsupported platform
19#if defined(_M_ARM) || defined(_M_ARM64)
22 char *char_src = (
char *)
src;
31#pragma comment(linker, "/alternatename:memset=memset_fallback")
32#pragma comment(linker, "/alternatename:__RTC_memset=memset_fallback")
109 L"Invalid stack pointer value caught at %p, error %d\n",
117 const char *_Varname)
123 L"Use of uninitialized variable %S!\n",
133 int i, *guard1, *guard2;
139 guard1 = (
int*)((
char*)_Esp + _Fd->
variables[
i].
addr -
sizeof(*guard1));
143 if ((*guard1 != 0xCCCCCCCC) || (*guard2 != 0xCCCCCCCC))
149 L"Stack corruption near '%s'\n",
172 guard = (
int*)((
char*)
current +
current->allocaSize -
sizeof(*guard));
175 if ((
current->guard1 != 0xCCCCCCCC) ||
176 (
current->guard2[0] != 0xCCCCCCCC) ||
177 (
current->guard2[1] != 0xCCCCCCCC) ||
178 (
current->guard2[2] != 0xCCCCCCCC) ||
179 (*guard != 0xCCCCCCCC))
185 L"Stack corruption in alloca frame\n");
200 if ((_PAllocaBase != 0) &&
202 (_PAllocaInfoList != 0))
205 char *guard = (
char*)_PAllocaBase;
206 for (
i = 0;
i < _CbSize;
i++)
215 _PAllocaBase->
next = *_PAllocaInfoList;
216 *_PAllocaInfoList = _PAllocaBase;
GLuint GLuint GLsizei count
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
void __cdecl __debugbreak(void)
struct task_struct * current
void __cdecl _RTC_UninitUse(const char *_Varname)
_RTC_error_fnW __cdecl _CRT_RTC_INITW0(void *_Res0, void **_Res1, int _Res2, int _Res3, int _Res4)
void __fastcall _RTC_AllocaHelper(_RTC_ALLOCA_NODE *_PAllocaBase, size_t _CbSize, _RTC_ALLOCA_NODE **_PAllocaInfoList)
int __cdecl _RTC_DefaultErrorFuncW(int errType, const wchar_t *file, int line, const wchar_t *module, const wchar_t *format,...)
void __cdecl _RTC_Initialize(void)
void __fastcall _RTC_CheckStackVars(void *_Esp, _RTC_framedesc *_Fd)
_RTC_error_fnW _RTC_pErrorFuncW
void __cdecl _RTC_InitBase(void)
void __cdecl _RTC_Failure(void *retaddr, int errnum)
void __cdecl _RTC_Shutdown(void)
void __fastcall _RTC_CheckStackVars2(void *_Esp, _RTC_framedesc *_Fd, _RTC_ALLOCA_NODE *_AllocaList)
_RTC_error_fnW __cdecl _RTC_SetErrorFuncW(_RTC_error_fnW)
_RTC_error_fnW __cdecl _CRT_RTC_INITW(void *_Res0, void **_Res1, int _Res2, int _Res3, int _Res4)
int(__cdecl * _RTC_error_fnW)(int, const wchar_t *, int, const wchar_t *, const wchar_t *,...)
struct _RTC_ALLOCA_NODE * next