]> 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)
committerAndrew Gerrand <adg@golang.org>
Thu, 14 Apr 2016 05:20:32 +0000 (05:20 +0000)
commit512261e50e90c7fb064b825c7fab67e95a3142ab
tree01916b5b9b2e83aa03b9cb1ffde6f8291b3246b5
parent406752b640fcc56a9287b8454564cffe2f0021c1
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>
Reviewed-on: https://go-review.googlesource.com/22036
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/cgocall.go
src/runtime/crash_cgo_test.go
src/runtime/testdata/testprogcgo/cgo.go