]> Cypherpunks repositories - gostls13.git/commit
runtime: skip cgo check for non-pointer slice elements
authorIan Lance Taylor <iant@golang.org>
Thu, 18 Feb 2016 19:04:05 +0000 (11:04 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 19 Feb 2016 16:07:27 +0000 (16:07 +0000)
commitc8e7b34b599c9e3c6747b3e8182e65a2145fd06f
treee93d6ad2055cdc20265d3037251f9b78199ac408
parent277024bd6f3ecc9f34729cbeb95e226f70004733
runtime: skip cgo check for non-pointer slice elements

Fixes #14387.

Change-Id: Icc98be80f549c5e1f55c5e693bfea97b456a6c41
Reviewed-on: https://go-review.googlesource.com/19621
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/cgocall.go
src/runtime/crash_cgo_test.go
src/runtime/testdata/testprogcgo/cgo.go