]> Cypherpunks repositories - gostls13.git/commit
internal/xcoff: change zeroReaderAt to nobitsSectionReader for .bss with all 0s
authorJes Cok <xigua67damn@gmail.com>
Sat, 10 Feb 2024 01:25:05 +0000 (01:25 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 12 Feb 2024 14:42:29 +0000 (14:42 +0000)
commit9cc0f9cba2f2db97f5ba6c2c482bafaaa34c0381
tree2a738092e6a0a82203463cfc4d5ba12150dc55a0
parent2413629aa8a2737fb0343d8bc9107208ae7d643f
internal/xcoff: change zeroReaderAt to nobitsSectionReader for .bss with all 0s

Fixes #63337

Change-Id: I239315047e6e4325e2f471108fd764f8dbb7d5b2
GitHub-Last-Rev: cacdf0a279451ab97e6e6ce3fe0d3a025f5ce3aa
GitHub-Pull-Request: golang/go#64952
Reviewed-on: https://go-review.googlesource.com/c/go/+/553616
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/internal/xcoff/file.go