]> Cypherpunks repositories - gostls13.git/commit
cmd/link: add a test to test RODATA is indeed read-only
authorCherry Zhang <cherryyz@google.com>
Thu, 10 Sep 2020 15:14:27 +0000 (11:14 -0400)
committerCherry Zhang <cherryyz@google.com>
Fri, 11 Sep 2020 15:41:20 +0000 (15:41 +0000)
commit1ed4f12f4a6b9d783cf9a6fc3a292a433b8539c6
tree0d2292755b7dd63c41fdf47e53b90810726b4fb8
parentffd95aadcddc34ec2c83971346f04cf7234e0fca
cmd/link: add a test to test RODATA is indeed read-only

Updates #38830.

Change-Id: Ie1f6ccef40a773f038aac587dfc26bf70a1a8536
Reviewed-on: https://go-review.googlesource.com/c/go/+/253921
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/link_test.go
src/cmd/link/testdata/testRO/x.go [new file with mode: 0644]