-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[beta] Revert "Enable ASLR for windows-gnu" #79141
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 0ad3da0.
|
rust-highfive
added
the
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
label
Nov 17, 2020
jyn514
changed the title
Revert "Enable ASLR for windows-gnu"
[beta] Revert "Enable ASLR for windows-gnu"
Nov 17, 2020
jyn514
added
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
labels
Nov 17, 2020
This was referenced Nov 18, 2020
Merged
Mark-Simulacrum
added
beta-accepted
Accepted for backporting to the compiler in the beta channel.
beta-nominated
Nominated for backporting to the compiler in the beta channel.
labels
Nov 19, 2020
(Marking with beta labels though it's targeting beta branch already, I will pick this up in next round of backports). |
Mark-Simulacrum
added
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
and removed
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
labels
Nov 22, 2020
Included in backport PR going up shortly, closing this. |
Merged
Mark-Simulacrum
removed
the
beta-nominated
Nominated for backporting to the compiler in the beta channel.
label
Dec 8, 2020
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Dec 8, 2020
…ulacrum [beta] backports * [beta] always disable copy_file_range to avoid EOVERFLOW errors rust-lang#79008 * Enforce no-move rule of ReentrantMutex using Pin and fix UB in stdio rust-lang#77801 * bootstrap: use the same version number for rustc and cargo rust-lang#79133 * [beta] Revert "Enable ASLR for windows-gnu" rust-lang#79141 * [beta] revert rust-lang#78790, vendor libtest for rustc-src rust-lang#79571 * Mirror centos vault to S3 rust-lang#79435 * [beta] Update cargo rust-lang#79739 This also bumps to non-dev stable compiler. r? `@ghost`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
beta-accepted
Accepted for backporting to the compiler in the beta channel.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This reverts commit 0ad3da0.
Per #75406 (comment)