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

mark Windows binaries as compatible with ASLR #16566

Closed
wants to merge 1 commit into from
Closed

mark Windows binaries as compatible with ASLR #16566

wants to merge 1 commit into from

Conversation

thestinger
Copy link
Contributor

This is enough for dynamic libraries, but not executables because MinGW
does not output a .reloc section even with --dynamicbase. It could
either be worked around by exporting a DLL symbol from the executable or
fixed in MinGW itself.

This is enough for dynamic libraries, but not executables because MinGW
does not output a .reloc section even with `--dynamicbase`. It could
either be worked around by exporting a DLL symbol from the executable or
fixed in MinGW itself.
bors added a commit that referenced this pull request Aug 18, 2014
This is enough for dynamic libraries, but not executables because MinGW
does not output a .reloc section even with `--dynamicbase`. It could
either be worked around by exporting a DLL symbol from the executable or
fixed in MinGW itself.
@bors bors closed this Aug 18, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 18, 2024
…Veykril

fix: Fix "needless return" diagnostic for trailing item declarations

Fixes rust-lang#16566
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants