Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#58: properly parse the executable path on recent OSX kernels #2266

Merged
merged 2 commits into from
Mar 6, 2017

Conversation

shawndenbow
Copy link
Contributor

The OSX kernel used to place the bare executable path above envp.
On recent XNU versions, the kernel now prefixes the executable path
with the string executable_path= so it can be parsed getenv style.

The OSX kernel used to place the bare executable path above envp.
On recent XNU versions, the kernel now prefixes the executable path
with the string executable_path= so it can be parsed getenv style.
@derekbruening
Copy link
Contributor

(FYI I went ahead and clicked "update branch")

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.

2 participants