Skip to content

fix(clone): don't call mprotect on Darwin - #11

Merged
pboyd merged 1 commit into
mainfrom
darwin-clone-mprotect
Mar 8, 2026
Merged

fix(clone): don't call mprotect on Darwin#11
pboyd merged 1 commit into
mainfrom
darwin-clone-mprotect

Conversation

@pboyd

@pboyd pboyd commented Mar 8, 2026

Copy link
Copy Markdown
Owner

pthread_jit_write_protect_np allows writes for the thread, so just use
that instead.

pthread_jit_write_protect_np allows writes for the thread, so just use
that instead.
@pboyd
pboyd merged commit 05985f3 into main Mar 8, 2026
13 checks passed
@pboyd
pboyd deleted the darwin-clone-mprotect branch March 8, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant