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 · Fixed by #75406
Closed

use high entropy ASLR on 64-bit Windows #16593

thestinger opened this issue Aug 19, 2014 · 6 comments · Fixed by #75406
Labels
A-security Area: Security related issues (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

@thestinger
Copy link
Contributor

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

@floatingatoll
Copy link

gdb-patches 301'd to the binutils list:
https://sourceware.org/ml/binutils/2014-08/msg00167.html

which accepted the patch:
https://sourceware.org/ml/binutils/2014-08/msg00177.html

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

closing in favor of #16514

@thestinger
Copy link
Contributor Author

This is a separate issue from #16514.

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

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

@steveklabnik steveklabnik added O-windows-gnu Toolchain: GNU, Operating system: Windows and removed O-windows Operating system: Windows labels Mar 4, 2016
@steveklabnik
Copy link
Member

Triage: same as in 2016

@jonas-schievink jonas-schievink added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Jan 12, 2020
@bors bors closed this as completed in d65c08e Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-security Area: Security related issues (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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants