We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
@mdempsky requested issue #56544 to be considered for backport to the next 1.18 minor release.
@gopherbot Please backport to 1.18 and 1.19. The Windows security fix inadvertently broke Plan 9.
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/447875 mentions this issue: [release-branch.go1.18] os/exec: allow NUL in environment variables on Plan 9
[release-branch.go1.18] os/exec: allow NUL in environment variables on Plan 9
Sorry, something went wrong.
Closed by merging ca57180 to release-branch.go1.18.
[release-branch.go1.18] os/exec: allow NUL in environment variables o…
ca57180
…n Plan 9 Plan 9 uses NUL as os.PathListSeparator, so it's almost always going to appear in the environment variable list. Exempt GOOS=plan9 from the check for NUL in environment variables. For #56284. For #56544. Fixes #56550. Change-Id: I23df233cdf20c0a9a606fd9253e15a9b5482575a Reviewed-on: https://go-review.googlesource.com/c/go/+/447715 Reviewed-by: David du Colombier <[email protected]> Run-TryBot: Matthew Dempsky <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Damien Neil <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/447875 Run-TryBot: David du Colombier <[email protected]>
No branches or pull requests
@mdempsky requested issue #56544 to be considered for backport to the next 1.18 minor release.
The text was updated successfully, but these errors were encountered: