Skip to content

Commit 0ebac3b

Browse files
committed
Fix typo
1 parent 6d61aec commit 0ebac3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_ctl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ static void test_uc_hook_cached_uaf(void)
249249
MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
250250
#else
251251
void *callback = VirtualAlloc(NULL, 4096, MEM_RESERVE | MEM_COMMIT,
252-
PAGE_EXECUTE_READWRITE)
252+
PAGE_EXECUTE_READWRITE);
253253
#endif
254254

255255
memcpy(callback, (void *)test_uc_hook_cached_cb, 4096);

0 commit comments

Comments
 (0)