1
0
mirror of https://github.com/golang/go synced 2024-09-29 16:34:31 -06:00
go/misc/cgo/testsanitizers
Ian Lance Taylor 934e055f41 runtime: call msanwrite on object passed to runtime/cgo
Avoids an msan error when runtime/cgo is explicitly rebuilt with
-fsanitize=memory.

Fixes #13815.

Change-Id: I70308034011fb308b63585bcd40b0d1e62ec93ef
Reviewed-on: https://go-review.googlesource.com/18263
Reviewed-by: Russ Cox <rsc@golang.org>
2016-01-06 04:04:42 +00:00
..
msan2.go runtime: don't call msanread when running on the system stack 2015-11-11 06:04:04 +00:00
msan3.go cmd/cgo, runtime: exported Go functions can't return a Go pointer 2015-11-19 18:28:39 +00:00
msan4.go runtime: don't call msanread when running on the system stack 2015-11-11 06:04:04 +00:00
msan_fail.go runtime: don't call msanread when running on the system stack 2015-11-11 06:04:04 +00:00
msan.go runtime: don't call msanread when running on the system stack 2015-11-11 06:04:04 +00:00
test.bash runtime: call msanwrite on object passed to runtime/cgo 2016-01-06 04:04:42 +00:00