Skip to content

Build.zig_exe: make it sentinel-aware #14985

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

Merged
merged 1 commit into from
Mar 17, 2023
Merged

Conversation

motiejus
Copy link
Contributor

This is useful for tests that want to execve zig directly. The string is already null-terminated, so this will just expose it as such, removing an extra allocation from the test.

Will be used in #14462

This is useful for tests that want to `execve` zig directly. The string
is already null-terminated, so this will just expose it as such,
removing an extra allocation from the test.

Will be used in ziglang#14462
@andrewrk andrewrk merged commit 9f2aa3f into ziglang:master Mar 17, 2023
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