From f1aa0b081e9a75b7757a8e08378aba0326911916 Mon Sep 17 00:00:00 2001 From: qmuntal Date: Wed, 21 Oct 2020 16:04:07 +0200 Subject: [PATCH] doc/go1.16: document ASLR support for -buildmode=c-shared on windows Change-Id: I89c61e444b3ab36f0081a5252d210cb265344122 Reviewed-on: https://go-review.googlesource.com/c/go/+/264157 Reviewed-by: Ian Lance Taylor Reviewed-by: Alex Brainman Trust: Alex Brainman --- doc/go1.16.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/go1.16.html b/doc/go1.16.html index 1e73355b69..9e7ae1da27 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -182,7 +182,10 @@ Do not send CLs removing the interior tags from such phrases. TODO: update with final numbers later in the release.

- +

+ On Windows, go build -buildmode=c-shared now generates Windows + ASLR DLLs by default. ASLR can be disabled with --ldflags=-aslr=false. +

Core library

-- 2.50.0