From 0ebac3b455571f6cad2541eb2d91567cb546984f Mon Sep 17 00:00:00 2001 From: lazymio Date: Thu, 2 Jun 2022 15:06:50 +0200 Subject: [PATCH] Fix typo --- tests/unit/test_ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_ctl.c b/tests/unit/test_ctl.c index df0c7cb5c1..3b56611db6 100644 --- a/tests/unit/test_ctl.c +++ b/tests/unit/test_ctl.c @@ -249,7 +249,7 @@ static void test_uc_hook_cached_uaf(void) MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); #else void *callback = VirtualAlloc(NULL, 4096, MEM_RESERVE | MEM_COMMIT, - PAGE_EXECUTE_READWRITE) + PAGE_EXECUTE_READWRITE); #endif memcpy(callback, (void *)test_uc_hook_cached_cb, 4096);