-
Notifications
You must be signed in to change notification settings - Fork 117
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
executable's TLS segment is underaligned #6
Comments
Seems to be a golang issue: golang/go#29674 |
When I last looked at this, Go was placing a TLS segment (and a (That said, Go is still making problematic assumptions about how Bionic lays out TLS memory that might be invalidated in the future.) |
@rprichard will you remove or overlalign the unused TLS segment as part of your work on golang/go#29674? |
My comment is not about this project, but about problem in general. |
The text was updated successfully, but these errors were encountered: