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

enable DEP on 32-bit Windows #16533

Closed
thestinger opened this Issue Aug 16, 2014 · 0 comments

Comments

Projects
None yet
1 participant
@thestinger
Copy link
Contributor

thestinger commented Aug 16, 2014

DEP (NX bit) is enabled by default on 64-bit, but it requires opting in on 32-bit.

bors added a commit that referenced this issue Aug 16, 2014

auto merge of #16534 : thestinger/rust/dep, r=huonw
This is already enabled by default for x86_64 executables on Windows,
but it needs to be manually enabled on x86.

Closes #16533

@bors bors closed this in #16534 Aug 16, 2014

mrmonday added a commit to mrmonday/rust that referenced this issue Aug 25, 2014

enable DEP (NX bit) for 32-bit Windows executables
This is already enabled by default for x86_64 executables on Windows,
but it needs to be manually enabled on x86.

Closes rust-lang#16533
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.