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
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 |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 12, 2020
Enable ASLR for windows-gnu Fixes rust-lang#16514 Fixes rust-lang#16593 Fixes rust-lang#17684 Passes the tests for me with x86_64 toolchain. Added commit to run tests on i686 try builder.
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 12, 2020
Enable ASLR for windows-gnu Fixes rust-lang#16514 Fixes rust-lang#16593 Fixes rust-lang#17684 Passes the tests for me with x86_64 toolchain. Added commit to run tests on i686 try builder.
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 15, 2020
Enable ASLR for windows-gnu Fixes rust-lang#16514 Fixes rust-lang#16593 Fixes rust-lang#17684 Passes the tests for me with x86_64 toolchain.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: