blob: 0e94795eb978dd58aeafe3d4977c73e4c47539c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./framework/util/page_guard_manager.cpp.orig 2021-06-15 14:04:31.000000000 -0500
+++ ./framework/util/page_guard_manager.cpp 2022-02-12 18:53:36.586025716 -0600
@@ -110,7 +110,7 @@
static struct sigaction s_old_sigaction = {};
static stack_t s_old_stack = {};
-static uint8_t s_alt_stack[SIGSTKSZ];
+static uint8_t s_alt_stack[_SC_SIGSTKSZ];
static void PageGuardExceptionHandler(int id, siginfo_t* info, void* data)
{
|