-
Notifications
You must be signed in to change notification settings - Fork 7
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
patch: .github/workflows #47
Labels
Comments
Actually, when cherry-picking this, don't. Instead just tar up the old directory and re-add it to the new tree. Otherwise don't forget any other edits to it, e.g. 954407f. |
bradfitz
pushed a commit
that referenced
this issue
Apr 18, 2023
We started emitting this segment in 2012 in CL 6326054 for #47. It disabled three kinds of protection: mprotect, randexec, and emutramp. The randexec protection was deprecated some time ago, replaced by PIE. The emutramp and mprotect protection was because we used to rely on being able to create writable executable memory to implement function closures, but that is not true since https://go.dev/s/go11func was implemented. Change-Id: I5e3a5279d76d642b0423d26195b891479a235763 Reviewed-on: https://go-review.googlesource.com/c/go/+/471199 Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary: add the
.github/workflows
directory for TailscaleUpstream status: not applicable. Forever forked.
Example prior commit: 4865b81
When cherry-picking that commit, be sure to add additional tailscale.go1.NN branches to build.yml as needed.
The text was updated successfully, but these errors were encountered: