Skip to content

Commit a16c8a3

Browse files
committed
Review
1 parent c669af8 commit a16c8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/runtime/fiber.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ void caml_free_stack (struct stack_info* stack)
844844
int page_size = getpagesize();
845845
mprotect((void *) ((char *) stack + page_size),
846846
page_size,
847-
PROT_READ | PROT_WRITE | PROT_EXEC);
847+
PROT_READ | PROT_WRITE);
848848
#endif
849849
#endif
850850

0 commit comments

Comments
 (0)