]> Cypherpunks repositories - gostls13.git/commit
runtime: fix vet complaints for all nacl
authorRuss Cox <rsc@golang.org>
Wed, 8 May 2019 22:40:58 +0000 (18:40 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 9 May 2019 21:13:46 +0000 (21:13 +0000)
commit56c1cf315d0178ee522f6f305150ed83ec4df816
tree8e5d15c7a1a4d00f93154092cdd293c7b3079ee8
parent13723d44a0eea725215274070b53a023d52582c9
runtime: fix vet complaints for all nacl

Working toward making the tree vet-safe instead of having
so many exceptions in cmd/vet/all/whitelist.

This CL makes "go vet -unsafeptr=false runtime" happy for nacl/*,
while keeping "GO_BUILDER_NAME=misc-vetall go tool dist test" happy too.

For #31916.

Change-Id: I6adb4a7b0c2b03d901fba37f9c05e74e5b7b6691
Reviewed-on: https://go-review.googlesource.com/c/go/+/176107
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/vet/all/whitelist/nacl_386.txt [deleted file]
src/cmd/vet/all/whitelist/nacl_amd64p32.txt [deleted file]
src/cmd/vet/all/whitelist/nacl_arm.txt [deleted file]
src/runtime/asm_amd64p32.s
src/runtime/os_nacl.go
src/runtime/signal_nacl_amd64p32.go
src/runtime/sys_nacl_386.s
src/runtime/sys_nacl_amd64p32.s
src/runtime/sys_nacl_arm.s