]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.16: document ASLR support for -buildmode=c-shared on windows
authorqmuntal <quimmuntal@gmail.com>
Wed, 21 Oct 2020 14:04:07 +0000 (16:04 +0200)
committerIan Lance Taylor <iant@golang.org>
Thu, 22 Oct 2020 23:00:42 +0000 (23:00 +0000)
Change-Id: I89c61e444b3ab36f0081a5252d210cb265344122
Reviewed-on: https://go-review.googlesource.com/c/go/+/264157
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Trust: Alex Brainman <alex.brainman@gmail.com>

doc/go1.16.html

index 1e73355b6908f902e02c2b060f76ab5f28919a47..9e7ae1da272f629eae9d5f5a7d26e64a22e15768 100644 (file)
@@ -182,7 +182,10 @@ Do not send CLs removing the interior tags from such phrases.
   TODO: update with final numbers later in the release.
 </p>
 
-<!-- CL 255259: https://golang.org/cl/255259: cmd/link: enable ASLR on windows binaries built with -buildmode=c-shared -->
+<p> <!-- CL 255259 -->
+  On Windows, <code>go build -buildmode=c-shared</code> now generates Windows
+  ASLR DLLs by default. ASLR can be disabled with <code>--ldflags=-aslr=false</code>.
+</p>
 
 <h2 id="library">Core library</h2>