]> Cypherpunks repositories - gostls13.git/commit
Revert: "cmd/link: add option to enable full RELRO for ELF"
authorThan McIntosh <thanm@google.com>
Wed, 13 Mar 2024 17:46:29 +0000 (17:46 +0000)
committerThan McIntosh <thanm@google.com>
Thu, 14 Mar 2024 14:41:04 +0000 (14:41 +0000)
commitbe58fd00707a6e90cd868c279e0fd348a9ae7092
treed03044ddd9ca4984489926fa3aad9d2ad89096b4
parent1e20af021ffe12efdaa3b82c7027af21d491457d
Revert: "cmd/link: add option to enable full RELRO for ELF"

This reverts https://go.dev/cl/c/go/+/473495.

Reason for revert: breaks some Google-internal tests.

This revert will be temporary until we can gather more info on the
nature of the failures and hopefully develop an upstream test case,
etc.

Updates #45681.

Change-Id: Ib628ddc53bc5489e4f76c0f4ad809b75e899102c
Reviewed-on: https://go-review.googlesource.com/c/go/+/571415
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/go/internal/work/security.go
src/cmd/go/internal/work/security_test.go
src/cmd/link/doc.go
src/cmd/link/internal/ld/elf.go
src/cmd/link/internal/ld/elf_test.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/main.go
src/internal/testenv/testenv.go