Skip to content
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

Closed
thestinger opened this issue Aug 19, 2014 · 6 comments
Closed

use high entropy ASLR on 64-bit Windows #16593

thestinger opened this issue Aug 19, 2014 · 6 comments

Comments

Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

5 participants
@thestinger
Copy link
Contributor

@thestinger thestinger commented Aug 19, 2014

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.

@thestinger
Copy link
Contributor Author

@thestinger thestinger commented Aug 19, 2014

@floatingatoll
Copy link

@floatingatoll floatingatoll commented Aug 26, 2014

@thestinger thestinger removed their assignment Jan 28, 2015
@steveklabnik
Copy link
Member

@steveklabnik steveklabnik commented Feb 14, 2015

closing in favor of #16514

@thestinger
Copy link
Contributor Author

@thestinger thestinger commented Feb 15, 2015

This is a separate issue from #16514.

@Gankra Gankra reopened this Feb 15, 2015
@steveklabnik
Copy link
Member

@steveklabnik steveklabnik commented Mar 4, 2016

Triage: not sure if anything has changed here, but I don't think so.

@steveklabnik
Copy link
Member

@steveklabnik steveklabnik commented Sep 30, 2017

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.
@bors bors closed this in d65c08e Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment