-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
use high entropy ASLR on 64-bit Windows #16593
Labels
A-security
Area: Security (example: address space layout randomization).
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
gdb-patches 301'd to the binutils list: which accepted the patch: |
closing in favor of #16514 |
Closed
This is a separate issue from #16514. |
Triage: not sure if anything has changed here, but I don't think so. |
47 tasks
Triage: same as in 2016 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-security
Area: Security (example: address space layout randomization).
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
MinGW-w64 doesn't expose the necessary flag yet, so I'll look into adding it to their linker. It should be as easy as adding support for an extra flag there and then passing the switch from the Rust compiler.
The text was updated successfully, but these errors were encountered: