]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: fix copylocks false positive on unsafe.Sizeof(mutex)
authorWei Congrui <crvv.mail@gmail.com>
Tue, 26 Sep 2017 10:20:36 +0000 (18:20 +0800)
committerRobert Griesemer <gri@golang.org>
Wed, 18 Oct 2017 19:57:28 +0000 (19:57 +0000)
commit9a84e5274c66510b53255f9c6122eb2e1cf9a0a5
treeb85c80f52f9521c21f3ba9277705f2c211557be0
parent2c1d2e06afee98d0770427d8b6c29bd9971a0999
cmd/vet: fix copylocks false positive on unsafe.Sizeof(mutex)

Fixes #21800

Change-Id: I6c61d3543f28e9951b2a219b3c7298077b38f29e
Reviewed-on: https://go-review.googlesource.com/66210
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/vet/copylock.go
src/cmd/vet/testdata/copylock.go