]> Cypherpunks repositories - gostls13.git/commit
runtime, crypto/x509: fix vet complaints for all windows
authorRuss Cox <rsc@golang.org>
Wed, 8 May 2019 22:28:21 +0000 (18:28 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 9 May 2019 21:13:39 +0000 (21:13 +0000)
commit13723d44a0eea725215274070b53a023d52582c9
tree3485fe71d6ffa5e072f82d66158629b3a152d3b6
parent924c161de4ad263142478f33113e53690b8d32c0
runtime, crypto/x509: fix vet complaints for all windows

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 windows/*,
while keeping "GO_BUILDER_NAME=misc-vetall go tool dist test" happy too.

For #31916.

Change-Id: If37ab2b3f6fca4696b8a6afb2ef11ba6c4fb42e0
Reviewed-on: https://go-review.googlesource.com/c/go/+/176106
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/vet/all/whitelist/windows.txt [deleted file]
src/cmd/vet/all/whitelist/windows_386.txt [deleted file]
src/cmd/vet/all/whitelist/windows_amd64.txt [deleted file]
src/crypto/x509/root_windows.go
src/runtime/os_windows.go
src/runtime/sys_windows_386.s
src/runtime/sys_windows_amd64.s
src/runtime/sys_windows_arm.s