]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo, runtime: exported Go functions can't return a Go pointer
authorIan Lance Taylor <iant@golang.org>
Thu, 19 Nov 2015 05:25:44 +0000 (21:25 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 19 Nov 2015 18:28:39 +0000 (18:28 +0000)
commit0e2c635788c58457ed8ac7b19e57a163c9e461c8
tree3bf14701b0f9ab3b35f3b2031b4a647abcfaa52c
parent0fbf0955d4973cc188c38a8218563577845eccb2
cmd/cgo, runtime: exported Go functions can't return a Go pointer

Update #12416.

Change-Id: Iccbcb12709d1ca9bea87274f44f93cfcebadb070
Reviewed-on: https://go-review.googlesource.com/17048
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
misc/cgo/errors/ptr.go
misc/cgo/test/callback.go
misc/cgo/testsanitizers/msan3.go
src/cmd/cgo/gcc.go
src/cmd/cgo/out.go
src/runtime/cgocall.go