]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/link: do not mark resource section as writable
authorJason A. Donenfeld <Jason@zx2c4.com>
Sun, 8 Nov 2020 10:11:27 +0000 (11:11 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 14 Dec 2020 22:39:04 +0000 (22:39 +0000)
commit663cd862edf8dfa9c78d9df0f372c9bea03139e4
tree21011e00f89d2939d793d60c83ddd7103ce93004
parent48dfa2b2dca43c6dc80d7e1d1c605e2918fad3af
cmd/link: do not mark resource section as writable

Resources are immutable, and all other linkers set this section to be
read-only and not read-write. Fix this oversight by removing the writable
flag.

Change-Id: Ib441bde6620be2000f1685df1ea7bfaebdbe7860
Reviewed-on: https://go-review.googlesource.com/c/go/+/268258
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Trust: Alex Brainman <alex.brainman@gmail.com>
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
src/cmd/link/internal/ld/pe.go